Template:Installation/Debian/Common: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Install Nodejs == | === Install Nodejs === | ||
Follow the instructions for wheezy [https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#debian-lmde here]. | Follow the instructions for wheezy [https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#debian-lmde here]. | ||
== Install the database == | === Install the database === | ||
Skip this step if you already have one. | Skip this step if you already have one. | ||
Line 10: | Line 10: | ||
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 === | ||
As root run: | As root run: | ||
Line 21: | Line 21: | ||
The rest of the guide should happen under this user! | The rest of the guide should happen under this user! | ||
== RVM == | === RVM === | ||
{{User:MrZYX/WIP:Installation/RVM}} | {{User:MrZYX/WIP:Installation/RVM}} |
Revision as of 10:35, 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!