mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Add Bazaar in README
This commit is contained in:
parent
dfdd865503
commit
e92b6c4aa7
1 changed files with 2 additions and 2 deletions
|
@ -24,16 +24,16 @@ You can also install it with `yunohost app install https://github.com/YunoHost-A
|
||||||
- Optional parameters are :
|
- Optional parameters are :
|
||||||
- `title` :warning: if you leave it empty, you will have to perform manual post-installation.
|
- `title` :warning: if you leave it empty, you will have to perform manual post-installation.
|
||||||
- `language` can be English (by default), French, and German. Other languages installable after installation as any other extensions
|
- `language` can be English (by default), French, and German. Other languages installable after installation as any other extensions
|
||||||
|
- `bazaar_extension` to install the extension marketplace (*false* by default), to avoid using the command line to add new extensions.
|
||||||
|
|
||||||
### Manual post-installation
|
### Manual post-installation
|
||||||
|
|
||||||
1. Retrieve database password:
|
1. Retrieve database password:
|
||||||
* It should be displayed in the log messages, on top of installation page, for web installations.
|
* It should be displayed in the log messages, on top of installation page, for web installations.
|
||||||
* For command line installations, `sudo cat /etc/yunohost/apps/flarum/settings.yml | grep mysql` (Replace `flarum` by its actual app id if you are using multiple Flarum instances in YunoHost)
|
* For command line installations, `sudo cat /etc/yunohost/apps/flarum/settings.yml | grep mysql` (Replace `flarum` by its actual app id if you are using multiple Flarum instances in YunoHost)
|
||||||
|
|
||||||
2. Go to your Flarum homepage to initiate manual post-installation.
|
2. Go to your Flarum homepage to initiate manual post-installation.
|
||||||
|
|
||||||
3. Fill in the blanks about `MySQL` as follow, put the retrieved database password. The remaining blanks are up to you.
|
3. Fill in the blanks about `MySQL` as follow, put the retrieved database password. The remaining blanks are up to you.
|
||||||
|
|
||||||
<p align="center"><img src="http://i.imgur.com/p7XmTDw.png" width="300" ></p>
|
<p align="center"><img src="http://i.imgur.com/p7XmTDw.png" width="300" ></p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue