Template:Installation/Preparation/Archlinux: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
{{#tag:syntaxhighlight| | {{#tag:syntaxhighlight| | ||
pacman -S | pacman -S base-devel git redis imagemagick libxslt net-tools gsfonts nodejs {{#switch: {{#var:DB}}|mysql=mariadb libmariadbclient|postgres=postgresql postgresql-libs|mariadb=mariadb libmariadbclient}} | ||
|lang=bash}} | |lang=bash}} | ||
Line 11: | Line 11: | ||
Skip this step if you already have one. | Skip this step if you already have one. | ||
See the [ | See the [https://wiki.archlinux.org/index.php/{{#switch: {{#var:DB}}|mysql=MySQL#Installation|postgres=PostgreSQL#Installing_PostgreSQL|mariadb=MySQL#Installation}} Archlinux wiki]. | ||
{{#ifeq: {{#var:mode}}|production| | {{#ifeq: {{#var:mode}}|production| |
Latest revision as of 01:14, 28 March 2017
Install Packages
As root run:
pacman -S base-devel git redis imagemagick libxslt net-tools gsfonts nodejs
Install the database
Skip this step if you already have one.
See the Archlinux wiki.