1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

[enh] README upgrade and install extensions

This commit is contained in:
tituspijean 2019-11-30 08:54:46 +01:00
parent ac65eeb4dd
commit b1774326f3

View file

@ -30,6 +30,21 @@ Required parameters are:
After installation, simply open your browser to Flarum's page. First loading may be a bit longer as assets are generated.
## Upgrading
Note that all third-party extensions are removed upon upgrading.
## Adding extensions after installation
Replace `flarum` with your app ID in case of multiple installation.
Replace `vendor/extension` with the appropriate names. Read the extension documentation if it requires additional steps.
```bash
app=flarum
cd /var/www/$app
sudo -u $app php7.3 composer.phar require vendor/extension
```
## Troubleshooting
### `Low memory` errors