1.3 KiB
Flarum package for YunoHost
Flarum, an open-source forum software, packaged for YunoHost, a self-hosting server operating server.
Development status
Package is functional : installation and removal work, though upgrading, backing up and restoring don't.
SSOwat integration is functional : users can log in, though logging out is only effective on Flarum. Only user creation hook is in place.
Install
Flarum requires composer
, which should be automatically retrieved and installed.
Post-installation
Post-installation is automated.
However, if you leave the forum title field empty in YunoHost's form, automatic post-installation will not be launched.
- 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
(Replaceflarum
by its actual app id if you are using multiple flarum instances in YNH)
-
Go to your Flarum homepage to initiate manual post-installation.
-
Fill in the blanks about
MySQL
as follow, put the retrieved database password. The remaining blanks are up to you.