mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 15:16:20 +01:00
[FIX] Grammar and spelling
This commit is contained in:
@@ -67,7 +67,7 @@ Now we need to move this to our web directory. Usually `/var/www/forums`.
|
||||
mv phpBB3 /var/www/forums
|
||||
```
|
||||
|
||||
The web server needs read/write permission to this folder
|
||||
The web server needs read/write permissions to this folder
|
||||
|
||||
Apache: `chown -R www-data:www-data /var/www/forums`
|
||||
Nginx: `chown -R nginx:nginx /var/www/forums`
|
||||
@@ -80,7 +80,7 @@ Nginx: `chown -R nginx:nginx /var/www/forums`
|
||||
|
||||
### Configuring Web Server
|
||||
|
||||
You will need to configure you web server to serve PHPBB3 before proceeding with installation.
|
||||
You will need to configure your web server to serve PHPBB3 before proceeding with installation.
|
||||
|
||||
A minimal Apache config file might look like:
|
||||
|
||||
@@ -128,7 +128,7 @@ Enter your forum's web address as the `PHPBB3_URL` setting in your auth project'
|
||||
|
||||
### Web Install
|
||||
|
||||
Navigate to your forums web address where you will be presented with an installer.
|
||||
Navigate to your forum web address where you will be presented with an installer.
|
||||
|
||||
Click on the `Install` tab.
|
||||
|
||||
@@ -155,7 +155,7 @@ phpBB will then write its own config file.
|
||||
|
||||
### Open the Forums
|
||||
|
||||
Before users can see the forums, we need to remove the install directory
|
||||
Before users can see the forums, we need to remove the installation directory
|
||||
|
||||
```shell
|
||||
rm -rf /var/www/forums/install
|
||||
|
||||
Reference in New Issue
Block a user