No description
Find a file
2013-04-02 10:10:17 -07:00
app Remove unnecessary dotted CSS borders. Closes #2940 2013-04-01 15:53:27 -03:00
config Update diaspora.yml.example 2013-03-21 14:30:13 -03:00
db Issue #3939: Posts to Facebook do not delete 2013-02-18 18:21:59 +00:00
features Add multiphoto for mobile post 2013-03-30 10:59:06 +01:00
graphics
lib add assets:preocompile prerequisite for cucumber specs on CI 2013-03-12 12:23:55 -03:00
public Update and refactor default public view, close #3811 2013-01-07 18:04:51 +01:00
script ensure v2 release of rubygems 2013-04-01 22:17:25 -04:00
spec Issue #3976: Send a profile update alongside a sharing notification 2013-03-24 06:04:47 +00:00
vendor/assets/javascripts Add the ability to upload photos from the mobile site 2013-02-26 23:25:58 +01:00
.foreman
.gitignore added sprites to .gitignore 2013-03-15 16:10:34 +01:00
.pairs
.powenv
.powrc
.rspec
.rvmrc zsh doesn't find custom source files otherwise ... [ci skip] 2013-03-08 15:50:42 +01:00
.slugignore
.travis.yml
AUTHORS
Capfile
Changelog.md Remove unnecessary dotted CSS borders. Closes #2940 2013-04-01 15:53:27 -03:00
config.ru
COPYRIGHT
FederationProcfile
Gemfile revert to old behaviour of only having mysql in the Gemfile.lock, fixes #4080 2013-03-28 00:56:54 +01:00
Gemfile.lock revert to old behaviour of only having mysql in the Gemfile.lock, fixes #4080 2013-03-28 00:56:54 +01:00
GNU-AGPL-3.0
Guardfile
Procfile
Rakefile
README.md ...and make sure that it is a new list item... [ci skip] 2013-02-15 01:10:46 +01:00
redis-integration1.conf
redis-integration2.conf

Diaspora*

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

  • master: Build Status master
  • develop: Build Status develop
  • Dependency Status
  • Code Climate

With Diaspora you can:

  • Make cool stuff
  • Share it across the web
  • Own your own data

Quick Start:

Here's how you can get a development environment up and running. This is where any new pod runner should start, as well as people looking to contribute to D*. This script assumes you have a basic Rails setup installed.

Step 1: Run the script and follow the on screen instructions.

  bash <(curl https://raw.github.com/diaspora/diaspora/master/script/install.sh)

Step 2: Run the development server

  rails s

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

Step 3 (for developers): Run tests

  rake

Step 4 (for everyone): Party.

Want a production setup? Having trouble with install script? Want to install D* the slow way?

Look to more specific install guides here.

Contributing

We love community contributions, and we work extra hard to make sure every code contribution is looked at and given feedback. To help everyone involved, please review our Pull Request Guidelines to make sure all contributions are submitted smoothly.

Documentation is available on our wiki

Also, feel free to jump in and check things that need to be done in our Community Pivotal Tracker

Before submitting code, please sign our Contributor License Agreement Sign Here

More Resources: