Skip to content

Instantly share code, notes, and snippets.

@adamvduke
Created January 19, 2012 19:23
Show Gist options
  • Save adamvduke/1641960 to your computer and use it in GitHub Desktop.
Save adamvduke/1641960 to your computer and use it in GitHub Desktop.
##### this would be correct if the cloudant addon didn't seem to be broken
# heroku create <app-name> --addons cloudant:oxygen,cron:daily,hoptoad:basic,newrelic:standard,pgbackups:auto-month
#####
# create a cloudant account for the app
# create the heroku app with the necessary add-ons
heroku create <app-name> --addons cron:daily,hoptoad:basic,newrelic:standard,pgbackups:auto-month
# add the CLOUDANT_URL environment variable to the new instance
heroku config:add CLOUDANT_URL=https://username:password@username.cloudant.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment