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

29 lines
1.3 KiB
Markdown
Raw Normal View History

2016-10-05 19:44:08 +02:00
# Flarum package for YunoHost
[Flarum](http://flarum.org/), an open-source forum software, packaged for [YunoHost](https://yunohost.org/), a self-hosting server operating server.
2017-02-28 07:19:47 +01:00
## Development status
2018-02-17 22:15:29 +01:00
Package is **working**.
However, Flarum is in beta. That means its future updates are not guaranteed to be backward-compatible.
2017-02-28 07:19:47 +01:00
[SSOwat integration](https://github.com/tituspijean/flarum-ext-auth-ssowat) is **non functional** and removed.
2017-02-28 07:19:47 +01:00
2016-10-05 19:44:08 +02:00
## Install
Flarum requires `composer`, which should be automatically retrieved and installed.
## Post-installation
2018-02-17 22:15:29 +01:00
Post-installation is **automated**.
2018-02-17 22:15:29 +01:00
However, if you leave the forum title or admin user fields empty in YunoHost's form, automatic post-installation will not be launched.
2016-10-05 19:44:08 +02:00
1. Retrieve database password:
* It should be displayed in the log messages on top of installation page.
* Otherwise, display in command prompt with `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)
2016-10-05 19:44:08 +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>