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

40 lines
1.8 KiB
Markdown
Raw Normal View History

2018-02-18 23:50:28 +01:00
Flarum for YunoHost
-------------------
2016-10-05 19:44:08 +02:00
[Flarum](http://flarum.org/), an open-source forum software, packaged for [YunoHost](https://yunohost.org/), a self-hosting server operating server.
2018-02-18 23:50:28 +01:00
**Shipped version:** 0.1.0-beta.7
2018-02-17 22:15:29 +01:00
2018-02-18 23:50:28 +01:00
![](http://flarum.org/img/screenshot_2x.png)
2017-02-28 07:19:47 +01:00
2018-02-18 23:50:28 +01:00
## Features
2017-02-28 07:19:47 +01:00
2018-02-18 23:50:28 +01:00
- All Flarum features, see its [documentation](http://flarum.org/docs/)
- SSOwat integration through a [dedicated extension](https://github.com/tituspijean/flarum-ext-auth-ssowat)
2016-10-05 19:44:08 +02:00
2018-02-18 23:50:28 +01:00
## Installation
Flarum is available in the Community listing.
2018-02-18 23:50:28 +01:00
You can also install it with `yunohost app install https://github.com/YunoHost-Apps/flarum_ynh`.
- Required parameters are :
- `domain`
- `path`
- `admin`, among the YunoHosts users
- `public`, *true* by default, for guests to read the forum
- Optional parameters are :
- `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
2018-08-13 16:40:17 +02:00
- `bazaar_extension` to install the extension marketplace (*false* by default), to avoid using the command line to add new extensions.
2018-02-18 23:50:28 +01:00
### Manual post-installation
2016-10-05 19:44:08 +02:00
1. Retrieve database password:
2018-02-18 23:50:28 +01:00
* 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)
2018-08-13 16:40:17 +02:00
2. Go to your Flarum homepage to initiate manual post-installation.
2016-10-05 19:44:08 +02:00
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>