Template:Installation/Debian/Common: Difference between revisions

From diaspora* project wiki
(Created page with "== Install Nodejs == Follow the instructions for wheezy [https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#debian-lmde here]. == Install the databa...")
 
No edit summary
Line 11: Line 11:


== Creating a user for Diaspora ==
== Creating a user for Diaspora ==
As root run:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">

Revision as of 10:30, 14 June 2013

Install Nodejs

Follow the instructions for wheezy here.


Install the database

Skip this step if you already have one.

See the | mysql = MySql | postgres = PostgreSql}} Debian wiki.

Creating a user for Diaspora

As root run:

adduser diaspora
su diaspora

The rest of the guide should happen under this user!

RVM

User:MrZYX/WIP:Installation/RVM