2021-05-16 11:58:34 +02:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2018-09-01 14:20:50 +02:00
|
|
|
# Flarum for YunoHost
|
2018-08-31 17:10:59 +02:00
|
|
|
|
2023-01-26 21:10:20 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/flarum.svg)](https://dash.yunohost.org/appci/app/flarum) ![Working status](https://ci-apps.yunohost.org/ci/badges/flarum.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/flarum.maintain.svg)
|
2023-02-19 19:06:39 +01:00
|
|
|
|
2021-06-04 18:33:11 +02:00
|
|
|
[![Install Flarum with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=flarum)
|
2021-05-16 11:58:34 +02:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2018-08-31 17:10:59 +02:00
|
|
|
|
2021-06-04 18:33:11 +02:00
|
|
|
> *This package allows you to install Flarum quickly and simply on a YunoHost server.
|
2020-06-12 01:55:21 +02:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
2016-10-05 19:44:08 +02:00
|
|
|
|
2020-06-12 01:55:21 +02:00
|
|
|
## Overview
|
2018-02-17 22:15:29 +01:00
|
|
|
|
2021-09-22 08:14:47 +02:00
|
|
|
Flarum is a simple discussion platform for your website. It's fast and easy to use, with all the features you need to run a successful community.
|
2021-05-16 11:58:34 +02:00
|
|
|
|
2023-09-23 06:16:03 +02:00
|
|
|
**Shipped version:** 1.8.2~ynh1
|
2022-09-11 18:34:36 +02:00
|
|
|
|
2021-05-16 11:58:34 +02:00
|
|
|
**Demo:** https://discuss.flarum.org/d/21101-demos-come-to-flarum
|
|
|
|
|
2020-06-12 01:55:21 +02:00
|
|
|
## Screenshots
|
|
|
|
|
2022-05-31 20:49:55 +02:00
|
|
|
![Screenshot of Flarum](./doc/screenshots/beta16.jpg)
|
2019-08-24 12:54:18 +02:00
|
|
|
|
2021-05-16 11:58:34 +02:00
|
|
|
## Documentation and resources
|
2020-06-12 01:55:21 +02:00
|
|
|
|
2022-05-31 20:49:55 +02:00
|
|
|
* Official app website: <https://flarum.org>
|
|
|
|
* Official admin documentation: <https://docs.flarum.org>
|
|
|
|
* Upstream app code repository: <https://github.com/flarum/framework>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_flarum>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/flarum_ynh/issues>
|
2020-06-12 01:55:21 +02:00
|
|
|
|
2020-10-15 21:26:14 +02:00
|
|
|
## Developer info
|
2020-06-12 01:55:21 +02:00
|
|
|
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/flarum_ynh/tree/testing).
|
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2022-05-31 20:49:55 +02:00
|
|
|
|
|
|
|
``` bash
|
2020-06-12 01:55:21 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/flarum_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade flarum -u https://github.com/YunoHost-Apps/flarum_ynh/tree/testing --debug
|
|
|
|
```
|
2021-05-16 11:58:34 +02:00
|
|
|
|
2022-05-31 20:49:55 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|