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
2018-03-31 12:48:17 +00:00
conf Remove location ending slash 2018-03-31 12:48:17 +00:00
scripts Update on SSOwat extension 2018-03-05 15:28:04 +01: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-18 23:50:28 +01:00

Flarum for YunoHost

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

Shipped version: 0.1.0-beta.7

Features

Installation

Flarum is available in the Community listing.

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 ⚠️ 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

Manual post-installation

  1. Retrieve database password:
  • 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)
  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.