Template:Installation/Preparation/Fedora: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
The rest of the guide should happen under this user! | The rest of the guide should happen under this user! | ||
}} | }} | ||
<noinclude> | |||
[[Category:Installation]] | |||
</noinclude> |
Revision as of 00:01, 3 September 2016
Install packages
As root run:
dnf 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:
dnf install
systemctl enable
systemctl start
systemctl enable redis
systemctl start redis