mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
minor formatting
This commit is contained in:
parent
60084de3db
commit
ce25deeca1
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user