Skip to content

Instantly share code, notes, and snippets.

@huacnlee
Created September 3, 2010 19:14
Show Gist options
  • Save huacnlee/564393 to your computer and use it in GitHub Desktop.
Save huacnlee/564393 to your computer and use it in GitHub Desktop.
$ 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