No description
Find a file
2012-05-30 14:56:02 -07:00
app finally fixed teh analytics helper [ci skip] 2012-05-30 14:56:02 -07:00
config added GA back into rack; added mixpanel configuration options 2012-05-30 13:30:28 -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
lib Make hashtags clickable in emails 2012-05-29 10:01:58 -07:00
public remove jd.com specific landing page folder from /public [ci skip] 2012-05-11 10:13:07 -07:00
script remove jammit 2012-05-30 10:22:28 -07:00
spec fix case sensitivity 2012-05-30 12:44:39 -07:00
vendor/assets/javascripts skeleton in place. 2012-04-21 13:12:56 -07:00
.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 gzip outgoing stuffs for great success 2012-05-24 13:02:20 -07:00
COPYRIGHT
FederationProcfile
Gemfile added GA back into rack; added mixpanel configuration options 2012-05-30 13:30:28 -07:00
Gemfile.lock added GA back into rack; added mixpanel configuration options 2012-05-30 13:30:28 -07:00
GNU-AGPL-3.0
Guardfile
Procfile
Rakefile
README.md money party. 2012-05-14 18:55:32 -07: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


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: