Installation/Ubuntu/Precise: Difference between revisions

From diaspora* project wiki
No edit summary
No edit summary
Line 5: Line 5:
Run:
Run:
{{#tag:syntaxhighlight|
{{#tag:syntaxhighlight|
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|}}
sudo apt-get build-essential git imagemagick nodejs redis-server libcurl4-openssl-dev libxml2-dev libxslt-dev {{#switch: {{#var:DB}}|mysql=libmysqlclient-dev|postgres=libpq-dev}} {{#ifeq: {{#var:mode}}|development|libmagickwand-dev|}}
|lang=bash}}
|lang=bash}}



Revision as of 20:33, 15 July 2013

User:MrZYX/WIP:Installation/Head

Install packages

Run:

sudo apt-get build-essential git imagemagick nodejs redis-server libcurl4-openssl-dev libxml2-dev libxslt-dev

Install the database

Skip this step if you already have one.

See the Ubuntu server guide.

User:MrZYX/WIP:Installation/Ubuntu/Common