Skip to content

Instantly share code, notes, and snippets.

@slagyr
Created November 30, 2011 21:50
Show Gist options
  • Save slagyr/1411111 to your computer and use it in GitHub Desktop.
Save slagyr/1411111 to your computer and use it in GitHub Desktop.
Joodo: 0 to Heroku
lein plugin install joodo/lein-joodo "0.6.0-SNAPSHOT"
export PATH=$PATH:~/.lein/bin
joodo new hello
cd hello
git init
git add .
git commit -m "Initial commit"
heroku create --stack cedar
git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment