No description
This re-enables 'config.assets.initialize_on_precompile' to allow the Rails Admin assets to precompile. On Heroku deploys, this may require the Heroku Labs 'user_env_compile' feature to be enabled, which you should be using anyway for Asset Sync to work properly. :) |
||
|---|---|---|
| app | ||
| config | ||
| db | ||
| features | ||
| graphics | ||
| lib | ||
| public | ||
| script | ||
| spec | ||
| vendor/assets/javascripts | ||
| .foreman | ||
| .gitignore | ||
| .gitmodules | ||
| .pairs | ||
| .rspec | ||
| .rvmrc | ||
| .slugignore | ||
| .travis.yml | ||
| AUTHORS | ||
| Capfile | ||
| config.ru | ||
| COPYRIGHT | ||
| FederationProcfile | ||
| Gemfile | ||
| Gemfile.lock | ||
| GNU-AGPL-3.0 | ||
| Guardfile | ||
| Procfile | ||
| Rakefile | ||
| README.md | ||
| redis-integration1.conf | ||
| redis-integration2.conf | ||
Welcome to the Diaspora Project!
Diaspora is a privacy-aware, personally-controlled, do-it-all open source social network. Check out our project site.
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:
- Run and host your own pod and have control over your own social experience.
- Own your own data.
- Make friends across other pods seamlessly.
Documentation is available on our wiki
Quick Start:
Here's how you can get a development environment up and running. You can check out system-specific guides here.
Step 1: Clone the repo
Step 2: Navigate to your cloned repository
Step 3: Install Bundler and gems (depending on OS Vendor)
Step 4: Edit database.yml, and rename application.yml.example to just application.yml
Step 5: Create and migrate the database
Step 6: Start the test server

