Created
November 30, 2011 21:50
-
-
Save slagyr/1411111 to your computer and use it in GitHub Desktop.
Joodo: 0 to Heroku
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
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