Skip to content
Extraits de code Groupes Projets
README.md 2,48 ko
Newer Older
Diaspora is a privacy-aware, personally-controlled, do-it-all open source social network. Check out our [project site](http://diasporaproject.org).

[![Build Status](https://secure.travis-ci.org/diaspora/diaspora.png)](http://travis-ci.org/diaspora/diaspora)
[![Dependency Status](https://gemnasium.com/diaspora/diaspora.png?travis)](https://gemnasium.com/diaspora/diaspora)
ilya's avatar
ilya a validé

************************
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:
Sean Tilley's avatar
Sean Tilley a validé

- Make cool stuff
- Share it across the web
- Own your own data
Raphael's avatar
Raphael a validé

Raphael's avatar
Raphael a validé

Here's how you can get a **[development](http://guides.rubyonrails.org/getting_started.html)** 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](http://railsapps.github.com/installing-rails-3-1.html).
### Step 1: Download the script
```
  curl https://raw.github.com/diaspora/diaspora/master/script/install.sh | /bin/sh
Maxwell Salzberg's avatar
Maxwell Salzberg a validé
### Step 2: Follow the instructions
Maxwell Salzberg's avatar
Maxwell Salzberg a validé
### Step 3: Run the the development server
  rails s
```

then visit 'http://localhost:3000' in your browser.
Maxwell Salzberg's avatar
Maxwell Salzberg a validé
### Step 4: Run tests
## Want a production setup? Having trouble with install script? Want to install D* the slow way?
  Look to more specific install guides [here](https://github.com/diaspora/diaspora/wiki/Installation-Guides).

## Contributing

Documentation is available on our [wiki](https://github.com/diaspora/diaspora/wiki)

[Pull Request Guidelines](https://github.com/diaspora/diaspora/wiki/Pull-Request-Guidelines)

Before submitting code, please sign our [Contributor License Agreement](https://github.com/diaspora/diaspora/wiki/New-CLA--12-13-10) [Sign Here](https://spreadsheets.google.com/a/joindiaspora.com/spreadsheet/viewform?formkey=dFdRTnY0TGtfaklKQXZNUndsMlJ2eGc6MQ)

## More Resources:
- [Wiki](https://github.com/diaspora/diaspora/wiki)
- [Podmin Resources](https://github.com/diaspora/diaspora/wiki/Podmin-Resources)
- [Contributing](https://github.com/diaspora/diaspora/wiki/Getting-Started-With-Contributing)
- [Dev List](https://groups.google.com/forum/?fromgroups#!forum/diaspora-dev)
- [Discuss List](https://groups.google.com/forum/?fromgroups#!forum/diaspora-discuss)
- [IRC](https://github.com/diaspora/diaspora/wiki/How-we-use-IRC)