Skip to content

Instantly share code, notes, and snippets.

@cs3b
Created November 15, 2012 21:58
Show Gist options
  • Save cs3b/4081597 to your computer and use it in GitHub Desktop.
Save cs3b/4081597 to your computer and use it in GitHub Desktop.
Setup project for RuPy Workshop
git clone [email protected]:cs3b/tasks.git -b rupy
# enter directory
cd tasks
# install gems
bundle
# setup databases
rake db:setup
rake db:test:prepare
# run tests suite
guard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment