Skip to content
Extraits de code Groupes Projets
README.md 1,89 ko
Newer Older
## Welcome to the Diaspora Project!
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é

- Run and host your own pod and have control over your own social experience.
- Own your own data.
- Make friends across other pods seamlessly.
Raphael's avatar
Raphael a validé

Documentation is available on our [wiki](https://github.com/diaspora/diaspora/wiki)
Raphael's avatar
Raphael a validé

Raphael's avatar
Raphael a validé

Here's how you can get a development environment up and running. You can check out system-specific guides [here](https://github.com/diaspora/diaspora/wiki/Installation-Guides).
### Step 1: Download the script
```wget https://raw.github.com/diaspora/diaspora/ec5289bd3b9b5608d339b28e1e30272f380a9211/script/install.sh
### Step 2: Set permissions and run
```chmod +x install.sh && install.sh
### Step 3: Follow the instructions
### Step 4: Run the test server
```rails s
### Step 5: Run tests
```rake tests
- [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](http://webchat.freenode.net?channels=diaspora-dev)