Skip to content

Instantly share code, notes, and snippets.

@ahmdrefat
Created March 4, 2012 23:40
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 ahmdrefat/1975425 to your computer and use it in GitHub Desktop.
Save ahmdrefat/1975425 to your computer and use it in GitHub Desktop.
Commands to start the diaspora project
# 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