Template:Installation/Preparation/Fedora: Difference between revisions
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
}} | }} | ||
<noinclude> | <noinclude> | ||
[[Category:Installation]] | [[Category:Installation-Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 00:04, 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