Compare commits

..

No commits in common. "4a4258d0e60fe9386db03331dbd91f3c28591004" and "c34efebacf58194a35f6d08237f9e223b2b0d899" have entirely different histories.

2 changed files with 8 additions and 21 deletions

View File

@ -14,38 +14,25 @@ This guide is currently for Ubuntu only.
### Installing Mumble Server ### Installing Mumble Server
The mumble server package can be retrieved from a repository, which we need to add:
::::{tabs} ::::{tabs}
:::{group-tab} Ubuntu 2004, 2204, 2404 :::{group-tab} Ubuntu 2004, 2204
The mumble server package can be retrieved from a repository, which we need to add:
```shell ```shell
sudo apt-add-repository ppa:mumble/release sudo apt-add-repository ppa:mumble/release
``` ```
::: ```shell
:::{group-tab} CentOS 7, Stream 8, Stream 9 sudo apt-get update
```
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 software-properties-common mumble-server libqt5sql5-mysql sudo apt-get install python-software-properties 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
auth migrate appname zero python manage.py migrate appname zero
``` ```
::: :::