Last active
August 29, 2015 14:26
-
-
Save monsteronfire/7a615d6a33ea02f32e1d to your computer and use it in GitHub Desktop.
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
cd Sites | |
git clone https://github.com/username/projectname | |
cd projectname | |
bundle install | |
duplicate database.yml.sample and rename to "database.yml" | |
rake db:create | |
bin/rake db:migrate RAILS_ENV=development |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment