Template:Installation/Preparation/Fedora: Difference between revisions

From diaspora* project wiki
mNo edit summary
No edit summary
Line 22: Line 22:
systemctl start redis
systemctl start redis
|lang=bash}}
|lang=bash}}
{{#ifeq: {{#var:mode}}|production|
{{#ifeq: {{#var:mode}}|production|
=== Creatin g a user for Diaspora ===
=== Creating a user for Diaspora ===


As root run:
As root run:

Revision as of 04:43, 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