Template:Installation/Preparation/Fedora: Difference between revisions

From diaspora* project wiki
No edit summary
 
(One intermediate revision by one other user not shown)
Line 32: Line 32:
# If you already created a user and want to disable login for it:
# If you already created a user and want to disable login for it:
usermod -L diaspora
usermod -L diaspora
# Add the new user to the wheel group so that you are able to access sudo functionality
usermod -aG wheel diaspora
# Then switch to it:
# Then switch to it:
su diaspora
su diaspora
Line 40: Line 42:
}}
}}
<noinclude>
<noinclude>
[[Category:Installation]]
[[Category:Installation-Templates]]
</noinclude>
</noinclude>

Latest revision as of 19:18, 2 January 2019

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