Template:Installation/Preparation/Debian: Difference between revisions
m (Reverted edits by Juliangilbey (talk) to last revision by CSammy) |
SuperTux88 (talk | contribs) (→Install Packages: cmake not needed) |
||
Line 4: | Line 4: | ||
{{#tag:syntaxhighlight| | {{#tag:syntaxhighlight| | ||
apt-get install build-essential | apt-get install build-essential libssl-dev libcurl4-openssl-dev libxml2-dev libxslt-dev imagemagick ghostscript curl libmagickwand-dev git {{#switch: {{#var:DB}}|mysql=libmysqlclient-dev|postgres=libpq-dev|mariadb=libmariadbclient-dev}}{{#ifeq: {{#var:version}}|Wheezy|<nowiki/> | ||
apt-get install -t wheezy-backports}} redis-server nodejs | apt-get install -t wheezy-backports}} redis-server nodejs | ||
|lang=bash}} | |lang=bash}} | ||
{{#ifeq: {{#var:version}}|Wheezy|{{Template:Installation/Debian/Curl}}}} | {{#ifeq: {{#var:version}}|Wheezy|{{Template:Installation/Debian/Curl}}}} | ||
=== Install the database === | === Install the database === | ||
Revision as of 22:18, 10 July 2017
Install Packages
As root run:
apt-get install build-essential libssl-dev libcurl4-openssl-dev libxml2-dev libxslt-dev imagemagick ghostscript curl libmagickwand-dev git redis-server nodejs
Install the database
Skip this step if you already have one.
See the Debian wiki.