Template:Installation/Preparation/Fedora: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 22: | Line 22: | ||
systemctl start redis | systemctl start redis | ||
|lang=bash}} | |lang=bash}} | ||
{{#ifeq: {{#var:mode}}|production| | {{#ifeq: {{#var:mode}}|production| |
Revision as of 04:41, 2 September 2016
Install packages
As root run:
yum install tar make automake gcc gcc-c++ git net-tools libcurl-devel libxml2-devel libffi-devel libxslt-devel wget redis ImageMagick nodejs
Install the database
If you already have one skip this step.
As root run:
yum install
systemctl enable
systemctl start
systemctl enable redis
systemctl start redis