No description
Find a file
2012-04-21 23:07:44 -07:00
app
config MDC DC New Profile shows users info 2012-04-21 13:12:56 -07:00
db
features MDC DC New Profile shows users info 2012-04-21 13:12:56 -07:00
graphics
lib
public fix path to logo in default.html [ci skip] 2012-04-06 17:04:29 +02:00
script continue working on install script [ci skip] 2012-04-17 02:21:05 +02:00
spec
vendor/assets/javascripts
.foreman
.gitignore
.gitmodules Pkg update (re-added) 2010-11-12 11:18:28 +01:00
.pairs
.rspec
.rvmrc
.slugignore
.travis.yml
AUTHORS
Capfile Make Capistrano precompile assets on deploy 2012-03-27 18:08:28 -07:00
config.ru
COPYRIGHT
FederationProcfile basic federation profile testing stuff 2012-02-14 10:58:57 -08:00
Gemfile
Gemfile.lock
GNU-AGPL-3.0
Guardfile add wait and suppress all the cukes from starting on the specific cucumber task 2012-03-31 01:34:55 -04:00
Procfile add super slow worker [ci skip] 2012-02-21 12:40:26 -08:00
Rakefile
README.md
redis-integration1.conf
redis-integration2.conf

Welcome to the Diaspora Project!

Diaspora is a privacy-aware, personally-controlled, do-it-all open source social network. Check out our project site.

Build Status Dependency Status


Diaspora is currently going through a huge refactoring push, the code is changing fast! If you want to do something big, reach out on IRC or the mailing list first, so you can contribute effectively <3333


With Diaspora you can:

  • Run and host your own pod and have control over your own social experience.
  • Own your own data.
  • Make friends across other pods seamlessly.

Documentation is available on our wiki

Pull Request Guidelines

Before submitting code, feel free to sign our Contributor License Agreement Sign Here

Quick Start:

Here's how you can get a development environment up and running. You can check out system-specific guides here.

Step 1: Download the script

  curl https://raw.github.com/diaspora/diaspora/master/script/install.sh | /bin/sh

Step 2: Follow the instructions

Step 3: Run the the development server

  rails s

then visit 'http://localhost:3000' in your browser.

Step 4: Run tests

  rake

Resources: