Installation/Ubuntu/Precise: Difference between revisions

From diaspora* project wiki
No edit summary
No edit summary
Line 4: Line 4:


Run:
Run:
<syntaxhighlight lang="bash">
{{#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 {{#switch: {{#var:DB}}|mysql=libmysqlclient-dev|postgres=libpq-dev}} {{#ifeq: {{#var:mode}}|development|libmagickwand-dev|}}
</syntaxhighlight>
|lang=bash}}


=== Install the database ===
=== Install the database ===

Revision as of 21:28, 20 June 2013

User:MrZYX/WIP:Installation/Head

Install packages

Run:

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

Install the database

Skip this step if you already have one.

See the Ubuntu server guide.

User:MrZYX/WIP:Installation/Ubuntu/Common