Skip to content
Snippets Groups Projects
Verified Commit 2dab0f39 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add sectio nabout PostgreSQL and Redis to dev docs

parent 2a3a8b3c
No related branches found
No related tags found
1 merge request!536Update dev documentation
......@@ -10,8 +10,25 @@ environment that contains AlekSIS and everything you need to run the
framework and selected apps.
Also, `Yarn`_ is needed to resolve JavaScript dependencies.
For repository management, `myrepos` is required.
Setup database and message broker
---------------------------------
AlekSIS requires `PostgreSQL`_ (version 13 or newer) as database
backend. To provide a database names `aleksis` with a user named
`aleksis` on Debian::
sudo apt install postgresql-13
sudo -u postgres createuser -P aleksis
sudo -u postgres createdb -O aleksis aleksis
Additionally, `Redis`_ is used as message broker and for caching.
The default configuration of the server in Debian is sufficient::
sudo apt install redis-server
Get the source tree
-------------------
......
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