No description
Find a file
2012-04-12 17:12:53 -05:00
app Wallpaper frame selected when post has one photo 2012-04-12 11:56:27 -07:00
config whoops, dashes and symbols, ya know, I'm sorry [ci skip] 2012-04-12 20:23:16 +02:00
db small typo fixes, in heroku and seed scripts [ci skip] 2012-04-03 15:02:10 -07:00
features mentions are clickable in framer 2012-04-11 18:34:12 -07:00
graphics
lib fix webfinger for (old?) nokogiri syntax 2012-04-11 18:19:14 -07:00
public fix path to logo in default.html [ci skip] 2012-04-06 17:04:29 +02:00
script reenable pg on travis but let it use a basic database.yml 2012-04-10 21:53:33 +02:00
spec Wallpaper frame selected when post has one photo 2012-04-12 11:56:27 -07:00
vendor/assets/javascripts upgrade backbone, fix tests 2012-04-03 16:31:52 -07:00
.foreman
.gitignore
.gitmodules
.pairs
.rspec adding a bit to tubbo's spork branch 2012-03-31 01:22:46 -04:00
.rvmrc
.slugignore
.travis.yml reenable pg on travis but let it use a basic database.yml 2012-04-10 21:53:33 +02:00
AUTHORS
Capfile
config.ru
COPYRIGHT
FederationProcfile
Gemfile move debugger to proper group 2012-04-11 18:18:54 -07:00
Gemfile.lock update some gems [ci skip] 2012-04-11 12:48:50 -07:00
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
Rakefile
README.md Update README [ci skip] 2012-04-12 17:12:53 -05:00
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

Quick Start:

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

Step 1: Clone the repo

Step 2: Navigate to your cloned repository

Step 3: Install Bundler and gems (depending on OS Vendor)

Step 4: Edit database.yml, and rename application.yml.example to just application.yml

Step 5: Create and migrate the database

Step 6: Start the test server

Resources: