/tutum-redis-cluster-test

Using Tutum's API to manage a Redis Cluster on GCE.

Primary LanguageJavaScript

Running locally

fig build or tutum build
fig up
fig scale node=6
fig up

Deploy using Tutum

  • Sign up at Tutum.co
  • Log into Tutum
  • Click on the menu on the upper right corner of the screen
  • Select Account info
  • Select Api Key
  • Link a custom node
  • Set the following env vars appropriately:
    • TUTUM_USER
    • TUTUM_APIKEY
    • TUTUM_REDIS_CLUSTER_TEST_NODE_UUID (the custom node uuid)
  • Install tutum-deploy with:
npm install -g tutum-deploy