Template:Installation/Preparation/Fedora

From diaspora* project wiki
< Template:Installation‎ | Preparation
Revision as of 23:59, 15 June 2024 by DenSchub (talk | contribs) (Properly escape the pipe. Mediawiki is fun.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install packages

First, we need to add an extra Repository to download Yarn. As root, run:

curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo

then, still 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 libidn-devel nodejs yarn

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