Created
March 4, 2012 23:40
-
-
Save ahmdrefat/1975425 to your computer and use it in GitHub Desktop.
Commands to start the diaspora project
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
# run the following command | |
rake db:create | |
rake db:schema:load | |
# or | |
rake db:setup | |
# run the following command to fire up the server. | |
rails server | |
# or | |
thin start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment