mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 01:26:22 +01:00
more automated upgrades
This commit is contained in:
@@ -48,18 +48,18 @@ unzip smf_2-1-2_install.zip
|
||||
Now we need to move this to our web directory. Usually `/var/www/forums`.
|
||||
```shell
|
||||
mv smf /var/www/forums
|
||||
````
|
||||
```
|
||||
|
||||
The web server needs read/write permission to this folder
|
||||
|
||||
Apache: `chown -R www-data:www-data /var/www/forums`
|
||||
Nginx: `chown -R nginx:nginx /var/www/forums`
|
||||
|
||||
```{eval-rst}
|
||||
.. tip::
|
||||
:::{tip}
|
||||
|
||||
Nginx: Some distributions use the ``www-data:www-data`` user:group instead of ``nginx:nginx``. If you run into problems with permissions try it instead.
|
||||
..
|
||||
```
|
||||
:::
|
||||
|
||||
### Database Preparation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user