Merge branch 'doc-update' into 'master'

Change the installation instructions to match the correct packages

See merge request allianceauth/allianceauth!1759
This commit is contained in:
Ariel Rin 2025-09-21 02:43:43 +00:00
commit 793df66f7a

View File

@ -69,7 +69,7 @@ Next, we need to install Python and related development tools.
Use the following command to install Python 3 with all required libraries with the default version:
```shell
sudo apt-get install python3 python3-dev python3-venv python3-setuptools python3-pip python-pip
sudo apt-get install python3 python3-dev python3-venv python3-setuptools python3-pip
```
### Install redis and other tools
@ -89,7 +89,7 @@ sudo redis-server --daemonize yes
Install MySQL and required libraries with the following command:
```shell
sudo apt-get install mariadb-server mariadb-client libmariadbclient-dev
sudo apt-get install mariadb-server mariadb-client libmariadb-dev-compat libmariadb-dev
```
Start the mysql server