Created
November 15, 2012 21:58
-
-
Save cs3b/4081597 to your computer and use it in GitHub Desktop.
Setup project for RuPy Workshop
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 [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