Created
September 3, 2010 19:14
-
-
Save huacnlee/564393 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ git clone git://github.com/huacnlee/personlab.git | |
$ cd personlab | |
$ heroku create --stack bamboo-ree-1.8.7 youappname | |
$ git push heroku master | |
$ heroku rake db:create | |
$ heroku rake db:migrate | |
$ heroku rake db:seed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment