No description
Find a file
Florian Staudacher 88e15ed4db Merge pull request #3434 from Raven24/fix-tag-cleanup
make the rake task for cleaning up mixed-case tags more verbose
2012-07-06 04:24:35 -07:00
app should fix the mobile toggle for the case: desktop --to--> mobile #3299 2012-07-04 01:47:55 +02:00
config make serbian translation available 2012-07-02 16:44:46 +02:00
db somehow some dirty state made it into my merge :( 2012-07-02 11:34:31 -07:00
features Fixed Issue #3382 - The comments under postings are missing when using the #tags -view 2012-06-18 22:46:01 -06:00
graphics
lib make the rake task for cleaning up mixed-case tags more verbose [ci skip] 2012-07-04 22:43:43 +02:00
public
script Rails.root and File.join cleanup 2012-06-11 03:13:20 -07:00
spec should fix the mobile toggle for the case: desktop --to--> mobile #3299 2012-07-04 01:47:55 +02:00
vendor/assets/javascripts don't open comment pane on show page, if a modifier key is pressed 2012-06-18 20:04:20 +02:00
.foreman
.gitignore
.gitmodules
.pairs
.powenv
.rspec
.rvmrc
.slugignore
.travis.yml
AUTHORS
Capfile
config.ru
COPYRIGHT
FederationProcfile
Gemfile Update Cucumber and Selenium 2012-06-18 16:30:13 -07:00
Gemfile.lock updated 41 locale files [ci skip] 2012-07-02 16:40:22 +02:00
GNU-AGPL-3.0
Guardfile
Procfile
Rakefile
README.md Add Code Climate badge 2012-07-02 14:28:31 -03: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.

Build Status Dependency Status Code Climate


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:

  • 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

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

More Resources: