mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 04:41:41 +01:00
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:
commit
793df66f7a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user