minor formatting

This commit is contained in:
Ariel Rin 2023-10-31 23:52:34 +10:00
parent 60084de3db
commit ce25deeca1
No known key found for this signature in database
6 changed files with 22 additions and 36 deletions

View File

@ -27,7 +27,6 @@ To install on your favorite flavour of Linux, identify and install equivalent pa
It is recommended to ensure your OS is fully up to date before proceeding. We may also add Package Repositories here, used later in the documentation. It is recommended to ensure your OS is fully up to date before proceeding. We may also add Package Repositories here, used later in the documentation.
::::{tabs} ::::{tabs}
:::{group-tab} Ubuntu 2004, 2204 :::{group-tab} Ubuntu 2004, 2204
```shell ```shell

View File

@ -11,45 +11,31 @@ If you're using a small VPS to host services with very limited memory, consider
::::{tabs} ::::{tabs}
:::{group-tab} Ubuntu 2004, 2204 :::{group-tab} Ubuntu 2004, 2204
:::
:::{group-tab} CentOS 7
:::
:::{group-tab} CentOS Stream 8
:::
:::{group-tab} CentOS Stream 9
:::
::::
Ubuntu 1804, 2004:
```shell ```shell
apt-get install apache2 apt-get install apache2
``` ```
:::
CentOS 7: :::{group-tab} CentOS 7
```shell ```shell
yum install httpd yum install httpd
``` ```
:::
Centos Stream 8, Stream 9 :::{group-tab} CentOS Stream 8
```shell ```shell
dnf install httpd dnf install httpd
``` ```
:::
:::{group-tab} CentOS Stream 9
```shell
systemctl enable httpd
systemctl start httpd
```
:::
::::
CentOS 7, Stream 8, Stream 9 CentOS 7, Stream 8, Stream 9
```shell
systemctl enable httpd
```
```shell
systemctl start httpd
```
## Configuration ## Configuration

View File

@ -83,6 +83,7 @@ Start by navigating to your main project folder (the one that has `manage.py` in
:::{note} :::{note}
If you installed Alliance Auth under the allianceserver user, as reccommended. Remember to switch users for easier permission management:: If you installed Alliance Auth under the allianceserver user, as reccommended. Remember to switch users for easier permission management::
:::
```bash ```bash
sudo su allianceserver sudo su allianceserver