Template:Installation/Preparation/Fedora

From diaspora* project wiki
< Template:Installation‎ | Preparation
Revision as of 04:38, 2 September 2016 by CSammy (talk | contribs) (Created page with "=== Install packages === As root run: {{#tag:syntaxhighlight| {{#var:pkg_command}} install tar make automake gcc gcc-c++ git net-tools libcurl-devel libxml2-devel libffi-dev...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install packages

As root run:

 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:

 install 

systemctl enable 
systemctl start 
systemctl enable redis
systemctl start redis