Installation/Ubuntu/Precise

From diaspora* project wiki
Revision as of 14:52, 20 June 2013 by Jhass (talk | contribs) (Created page with "{{User:MrZYX/WIP:Installation/Head}} === Install packages === Run: <syntaxhighlight lang="bash"> sudo apt-get build-essential git imagemagick nodejs redis-server {{#ifeq {{#...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

User:MrZYX/WIP:Installation/Head

Install packages

Run:

sudo apt-get build-essential git imagemagick nodejs redis-server {{#ifeq {{#var:mode}}|development|libmagickwand-dev|}} {{#switch {{#var:DB}}|mysql=libmysqlclient-dev|postgres=libpq-dev}}

Install the database

Skip this step if you already have one.

See the |mysql=mysql|postgres=postgresql}}.html Ubuntu server guide.

User:MrZYX/WIP:Installation/Ubuntu/Common