No description
Find a file
Maxwell Salzberg 33efa45ec0 Merge pull request #3298 from diaspora/tags-fix-fix
fix another hashtag 'inconvenience'
2012-05-24 12:43:59 -07:00
app back to profile works 2012-05-24 12:43:06 -07:00
config fix piwki loading [ci skip] 2012-05-23 11:03:02 -07:00
db update schema, also made bob and admin in the seeds [ci skip] 2012-05-22 11:24:36 -07:00
features fix cuke, as canvas-frame is now stream-frame 2012-05-22 22:54:22 -07:00
graphics DG RY; moved actions to the bottom of the show pages; fixed arrows 2012-02-21 15:23:28 -08:00
lib Merge pull request #3298 from diaspora/tags-fix-fix 2012-05-24 12:43:59 -07:00
public remove jd.com specific landing page folder from /public [ci skip] 2012-05-11 10:13:07 -07:00
script when using system ruby, we might need sudo [ci skip] 2012-05-20 22:46:07 +02:00
spec back to profile works 2012-05-24 12:43:06 -07:00
vendor/assets/javascripts
.foreman
.gitignore new getting started page [ci skip] 2012-05-10 20:43:00 -07:00
.gitmodules
.pairs
.powenv
.rspec
.rvmrc specify ruby 1.9.3 in bundler for heroku. this requires a Successfully installed bundler-1.2.0.pre 2012-05-12 23:49:25 -07:00
.slugignore
.travis.yml removed typo in travis.yml 2012-05-17 19:05:27 -07:00
AUTHORS
Capfile
config.ru
COPYRIGHT
FederationProcfile
Gemfile remove some unused gems 2012-05-22 11:03:58 -07:00
Gemfile.lock remove some unused gems 2012-05-22 11:03:58 -07:00
GNU-AGPL-3.0
Guardfile
Procfile
Rakefile
README.md money party. 2012-05-14 18:55:32 -07:00
redis-integration1.conf seperate and move redis dump files so they don't mess with installed redis 2012-05-08 12:41:57 +02:00
redis-integration2.conf seperate and move redis dump files so they don't mess with installed redis 2012-05-08 12:41:57 +02:00

Diaspora*

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:

  • 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 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: