Skip to content
Snippets Groups Projects
Commit 670f2df5 authored by magicfelix's avatar magicfelix
Browse files

[Docs] Reveal vanished doc parts

parent 557a9e98
No related branches found
No related tags found
1 merge request!1327Resolve "[Docs] Certain parts of installation docs are missing in the PDF and rendered markdown"
Pipeline #149089 canceled
......@@ -141,11 +141,13 @@ from `yarnpkg`, collect static files, and migrate the database to the final sche
You only need to install these additional dependencies if installing the meta-package:
.. code-block:: shell
apt install libmariadb-dev libldap2-dev libsasl2-dev pkg-config
After that, you can install the aleksis meta-package, or only `aleksis-core`:
.. code-block:: shell
pip3 install --break-system-packages aleksis
aleksis-admin vite build
aleksis-admin collectstatic --clear
......@@ -158,6 +160,7 @@ Make dynamic content writable for webserver
To make AlekSIS® able to write dynamic content, you need to assign permissions to the webserver user.
.. code-block:: shell
chown -R www-data:www-data /var/lib/aleksis
.. _core-configure-uwsgi:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment