Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 998 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 998 Bytes

The diaspora* Project Site

Dependency Status

This is the repository of the official diaspora* project site hosted on diasporafoundation.org.

Installation

If you want to contribute, you may need to install this application on your development machine. This is a very basic installation guide, assuming you know Rails.

  1. Install Ruby 2.1. It doesn't matter if you're using RVM, rbenv or anything else.
  2. Check out the source with git clone https://github.com/diaspora/diaspora-project-site.git and cd into it.
  3. Install the bundler gem: gem install bundler.
  4. Install all the dependencies: bundle install.
  5. Copy config/database.yml.example to config/database.yml and add your database credentials.
  6. Create your database and the required tables with rake db:setup.
  7. Start the unicorns with bundle exec unicorn.