Template:Installation/Introduction: Difference between revisions

From diaspora* project wiki
No edit summary
mNo edit summary
Line 12: Line 12:
* '''Diaspora* is developed utilizing latest web standards'''<br>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 [[Getting Started With Contributing|contributions attempting to change that]] circumstance.
* '''Diaspora* is developed utilizing latest web standards'''<br>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 [[Getting Started With Contributing|contributions attempting to change that]] circumstance.
* '''Diaspora* strongly recommends HTTPS'''<br>as we encrypt communication amongst servers and to the client browsers. You can get a free SSL certificate from [http://www.startssl.com/ StartSSL]. <br>''Unfortunately, self-signed certificates or certificates issued by CACert won't work.''
* '''Diaspora* strongly recommends HTTPS'''<br>as we encrypt communication amongst servers and to the client browsers. You can get a free SSL certificate from [http://www.startssl.com/ StartSSL]. <br>''Unfortunately, self-signed certificates or certificates issued by CACert won't work.''
* '''We need your feedback'''<br> to constantly improve and update this guide. Have a look on [[How we communicate]]
* '''We need your feedback'''<br> to constantly improve and update this guide. Have a look at [[How we communicate]]
* '''Do not run any of the commands you find in this guide as <tt>root</tt> (except if requested).'''<br>Just ''use your normal user'' - or even better - ''create a separate user'' for Diaspora* ([http://unix.stackexchange.com/a/29165 rationale]).
* '''Do not run any of the commands you find in this guide as <tt>root</tt> (except if requested).'''<br>Just ''use your normal user'' - or even better - ''create a separate user'' for Diaspora* ([http://unix.stackexchange.com/a/29165 rationale]).

Revision as of 07:15, 29 July 2013

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* strongly recommends 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.
  • We need your feedback
    to constantly improve and update this guide. Have a look at How we communicate
  • 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).