Skip to content

Instantly share code, notes, and snippets.

@dwaynemac
Created September 21, 2011 14:26
Show Gist options
  • Save dwaynemac/1232175 to your computer and use it in GitHub Desktop.
Save dwaynemac/1232175 to your computer and use it in GitHub Desktop.
Creates heroku application with most used addons
heroku create $1
heroku addons:add pgbackups:auto-month
heroku addons:add custom_domains:basic
heroku addons:add zerigo_dns:basic
heroku addons:add newrelic:standard
heroku addons:upgrade logging:expanded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment