mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 00:26:20 +01:00
Merge branch 'master' of gitlab.com:allianceauth/allianceauth into v5.x
This commit is contained in:
@@ -51,7 +51,7 @@ sudo yum upgrade
|
||||
Install Python 3.12 and related tools on your system.
|
||||
|
||||
::::{tabs}
|
||||
:::{group-tab} Ubuntu 2204
|
||||
:::{group-tab} Ubuntu 2204, 2404
|
||||
|
||||
```shell
|
||||
sudo add-apt-repository ppa:deadsnakes/ppa
|
||||
@@ -82,11 +82,11 @@ sudo dnf install python3.12 python3.12-dev python3.12-venv
|
||||
|
||||
### Database
|
||||
|
||||
It's recommended to use a database service instead of SQLite. Many options are available, but this guide will use MariaDB 10.11
|
||||
It's recommended to use a database service instead of SQLite. Many options are available, but this guide will use MariaDB 11.8
|
||||
|
||||
::::{tabs}
|
||||
:::{group-tab} Ubuntu 2204
|
||||
Follow the instructions at <https://mariadb.org/download/?t=repo-config&d=22.04+%22noble%22&v=11.4> to add the MariaDB repository to your host.
|
||||
:::{group-tab} Ubuntu 2204, 2404
|
||||
Follow the instructions at <https://mariadb.org/download/?t=repo-config&d=24.04+"noble"&v=11.8> to add the MariaDB repository to your host.
|
||||
|
||||
```shell
|
||||
sudo apt-get install mariadb-server mariadb-client libmysqlclient-dev
|
||||
|
||||
Reference in New Issue
Block a user