Template:Installation/Debian/Common: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
Skip this step if you already have one. | Skip this step if you already have one. | ||
See the [http://wiki.debian.org/{{#switch {{#var:DB}} | mysql = MySql | postgres = PostgreSql}} Debian wiki]. | See the [http://wiki.debian.org/{{#switch: {{#var:DB}}|mysql=MySql|postgres=PostgreSql}} Debian wiki]. | ||
=== Creating a user for Diaspora === | === Creating a user for Diaspora === |
Revision as of 20:59, 20 June 2013
Install Nodejs
Follow the instructions for wheezy here.
Install the database
Skip this step if you already have one.
See the Debian wiki.
Creating a user for Diaspora
As root run:
adduser diaspora
su diaspora
cd ~
The rest of the guide should happen under this user!