diff --git a/docs/admin/10_install.rst b/docs/admin/10_install.rst index 6100d509692474a474572b99d1b34da8b7257fb6..5390ef4aa22920e33354592ef40914aebb315bee 100644 --- a/docs/admin/10_install.rst +++ b/docs/admin/10_install.rst @@ -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: