mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 04:41:41 +01:00
Change the installation instructions to match the correct packages
This commit is contained in:
parent
222547187e
commit
b2f0962527
@ -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:
|
Use the following command to install Python 3 with all required libraries with the default version:
|
||||||
|
|
||||||
```shell
|
```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
|
### Install redis and other tools
|
||||||
@ -89,7 +89,7 @@ sudo redis-server --daemonize yes
|
|||||||
Install MySQL and required libraries with the following command:
|
Install MySQL and required libraries with the following command:
|
||||||
|
|
||||||
```shell
|
```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
|
Start the mysql server
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user