Created
January 19, 2012 19:23
-
-
Save adamvduke/1641960 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### 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:[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment