Template:Installation/Preparation/Fedora: Difference between revisions
No edit summary |
|||
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 |
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