Installation/Ubuntu/Precise

From diaspora* project wiki
Revision as of 21:05, 20 June 2013 by Jhass (talk | contribs)

User:MrZYX/WIP:Installation/Head

Install packages

Run:

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

Install the database

Skip this step if you already have one.

See the Ubuntu server guide.

User:MrZYX/WIP:Installation/Ubuntu/Common