Compare commits

...

3 Commits

Author SHA1 Message Date
Joel Falknau
4a4258d0e6
use docker command inside docker 2024-09-09 13:32:18 +10:00
Joel Falknau
dd15a221aa
split repo from install 2024-09-09 13:32:06 +10:00
Joel Falknau
737e02293a
expand mumble service install docs 2024-09-09 12:59:49 +10:00
2 changed files with 21 additions and 8 deletions

View File

@ -14,25 +14,38 @@ This guide is currently for Ubuntu only.
### Installing Mumble Server ### Installing Mumble Server
::::{tabs}
:::{group-tab} Ubuntu 2004, 2204
The mumble server package can be retrieved from a repository, which we need to add: The mumble server package can be retrieved from a repository, which we need to add:
::::{tabs}
:::{group-tab} Ubuntu 2004, 2204, 2404
```shell ```shell
sudo apt-add-repository ppa:mumble/release sudo apt-add-repository ppa:mumble/release
``` ```
```shell :::
sudo apt-get update :::{group-tab} CentOS 7, Stream 8, Stream 9
```
sudo yum install epel-release
sudo yum update
:::
::::
Now three packages need to be installed: Now three packages need to be installed:
::::{tabs}
:::{group-tab} Ubuntu 2004, 2204, 2404
```shell ```shell
sudo apt-get install python-software-properties mumble-server libqt5sql5-mysql sudo apt-get install software-properties-common mumble-server libqt5sql5-mysql
``` ```
:::
:::{group-tab} CentOS 7, Stream 8, Stream 9
sudo yum install mumble-server
::: :::
:::: ::::

View File

@ -52,7 +52,7 @@ python manage.py migrate appname zero
```shell ```shell
docker compose exec allianceauth_gunicorn bash docker compose exec allianceauth_gunicorn bash
python manage.py migrate appname zero auth migrate appname zero
``` ```
::: :::