Skip to content

Instantly share code, notes, and snippets.

@tmc
Created November 19, 2012 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tmc/4109036 to your computer and use it in GitHub Desktop.
Save tmc/4109036 to your computer and use it in GitHub Desktop.
run revel app on heroku
☭ ~ $ revel new sweet_app
☭ ~ $ cd sweet_app/
☭ ~/sweet_app $ git init
☭ ~/sweet_app (master)$ cat > .godir
sweet_app
^C
☭ ~/sweet_app (master)$ git add .godir *
☭ ~/sweet_app (master)$ git ci -m"Initial"
☭ ~/sweet_app (master)$ heroku create --buildpack https://github.com/robfig/heroku-buildpack-go-revel.git
☭ ~/sweet_app (master)$ git push heroku
☭ ~/sweet_app (master)$ heroku open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment