Skip to content

Instantly share code, notes, and snippets.

@monsteronfire
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monsteronfire/7a615d6a33ea02f32e1d to your computer and use it in GitHub Desktop.
Save monsteronfire/7a615d6a33ea02f32e1d to your computer and use it in GitHub Desktop.
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