1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00
Flarum, an open-source forum software, packaged for YunoHost
Find a file
Titus PiJean e8af9ef067
Merge pull request #70 from YunoHost-Apps/patch-language
Implement language selection
2018-02-18 14:53:24 +01:00
conf App user ownership and change composer directory 2018-02-15 18:38:46 +01:00
scripts Description of function install_and_activate_extension 2018-02-18 13:52:12 +00:00
.gitattributes 👾 Added .gitattributes 2016-10-05 19:43:44 +02:00
.gitignore Initial commit 2016-10-05 19:44:08 +02:00
check_process Update check_process 2018-02-17 21:17:25 +00:00
LICENSE Initial commit 2016-10-05 19:44:08 +02:00
manifest.json Implement language selection 2018-02-18 13:38:26 +00:00
README.md Update README.md 2018-02-17 21:15:29 +00:00

Flarum package for YunoHost

Flarum, an open-source forum software, packaged for YunoHost, a self-hosting server operating server.

Development status

Package is working.

However, Flarum is in beta. That means its future updates are not guaranteed to be backward-compatible.

SSOwat integration is non functional and removed.

Install

Flarum requires composer, which should be automatically retrieved and installed.

Post-installation

Post-installation is automated.

However, if you leave the forum title or admin user fields empty in YunoHost's form, automatic post-installation will not be launched.

  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)
  1. Go to your Flarum homepage to initiate manual post-installation.

  2. Fill in the blanks about MySQL as follow, put the retrieved database password. The remaining blanks are up to you.