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:
parent
ac65eeb4dd
commit
b1774326f3
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue