No description
Find a file
danielgrippi ab7ac667d8 only focus on photos for now with ratios. one thing at a time, yo.
i've temporarily removed all the arbitrary text switching for now (which is still in version control // which we will get to later)
also moved photo dimensions into a dimensions hash in photo.rb.
2012-04-21 20:42:50 -07:00
app only focus on photos for now with ratios. one thing at a time, yo. 2012-04-21 20:42:50 -07:00
config MDC DC New Profile shows users info 2012-04-21 13:12:56 -07:00
db we now store image height and width locally; still need to federate the values 2012-04-20 12:22:12 -07:00
features MDC DC New Profile shows users info 2012-04-21 13:12:56 -07:00
graphics
lib
public
script
spec only focus on photos for now with ratios. one thing at a time, yo. 2012-04-21 20:42:50 -07:00
vendor/assets/javascripts skeleton in place. 2012-04-21 13:12:56 -07:00
.foreman
.gitignore
.gitmodules
.pairs
.rspec
.rvmrc
.slugignore
.travis.yml
AUTHORS
Capfile
config.ru
COPYRIGHT
FederationProcfile
Gemfile reverting some test env munging 2012-04-19 14:59:33 -07:00
Gemfile.lock reverting some test env munging 2012-04-19 14:59:33 -07:00
GNU-AGPL-3.0
Guardfile
Procfile
Rakefile
README.md for some reason the final step did not get shown [ci skip] 2012-04-18 12:00:03 -07:00
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.

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:

  • 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

Pull Request Guidelines

Before submitting code, feel free to sign our Contributor License Agreement Sign Here

Quick Start:

Here's how you can get a development environment up and running. You can check out system-specific guides here.

Step 1: Download the script

  curl https://raw.github.com/diaspora/diaspora/master/script/install.sh | /bin/sh

Step 2: Follow the instructions

Step 3: Run the the development server

  rails s

then visit 'http://localhost:3000' in your browser.

Step 4: Run tests

  rake

Resources: