Template:Installation/Introduction

From diaspora* project wiki

Introduction

NoteNote:Running your own pod is not the only way to use Diaspora*.
See the list of community-operated servers to join the network by registering an account on a public instance.

This guide will outline the procedure to get you set up with a {{#var:mode}-ready installation of Diaspora*.

Things to know

  • The install is a bit complex, but we're here to help.
    It's extremely helpful to have some experience in Linux/Unix server administration or Rails app deployment already. But don't worry, if you run into problems and need help, just visit us in our IRC channels on Freenode.
  • Running a common setup will get you the most help, if you need it.
    Most people in the community will have some experience running Diaspora* with Unicorn as the app server using Nginx as outward-facing web server. Of course, you're free to run any other app server (Thin, Passenger...) or web server (Apache), but you might find it harder to get help if you run into unexpected troubles.
  • Diaspora* is developed utilizing latest web standards
    Therefore UX is best with recent browsers, so please update your Firefox, Opera, Chrome or Safari to the newest version. We do not currently support any version of Internet Explorer, though we won't reject any contributions attempting to change that circumstance.
  • Diaspora* mandates HTTPS
    as we encrypt communication amongst servers and to the client browsers. You can get a free SSL certificate from StartSSL.
    Unfortunately, self-signed certificates or certificates issued by CaCert won't work.
  • Do not run any of the commands you find in this guide as root (except if requested).
    Just use your normal user - or even better - create a separate user for Diaspora* (rationale).