Skip to content

Instantly share code, notes, and snippets.

@freeformz
Created July 20, 2012 22:28
Show Gist options
  • Save freeformz/3153672 to your computer and use it in GitHub Desktop.
Save freeformz/3153672 to your computer and use it in GitHub Desktop.
Getting Asgard Running on Heroku
git clone git://github.com/Netflix/asgard.git
cd asgard
<modify some files>
<add Procfile>
heroku create <my>-asgard-test
heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-grails.git
heroku addons:add heroku-postgresql:basic (dev may work)
heroku pg:promote HEROKU_POSTGRESQL_<COLOR>_URL
git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment