mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Update README.md
Package is in progress.
This commit is contained in:
parent
e788166cc1
commit
2a7617f664
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
[Flarum](http://flarum.org/), an open-source forum software, packaged for [YunoHost](https://yunohost.org/), a self-hosting server operating server.
|
[Flarum](http://flarum.org/), an open-source forum software, packaged for [YunoHost](https://yunohost.org/), a self-hosting server operating server.
|
||||||
|
|
||||||
## Development status
|
## Development status
|
||||||
Package is functional : installation and removal work, though upgrading, backing up and restoring don't.
|
Package is **in progress** : installation works, removal partially works. Upgrading, backing up and restoring don't.
|
||||||
|
|
||||||
[SSOwat integration](https://github.com/tituspijean/flarum-ext-auth-ssowat) is functional : users can log in, though logging out is only effective on Flarum. Only user creation hook is in place.
|
[SSOwat integration](https://github.com/tituspijean/flarum-ext-auth-ssowat) is **non functional** and removed.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
Flarum requires `composer`, which should be automatically retrieved and installed.
|
Flarum requires `composer`, which should be automatically retrieved and installed.
|
||||||
|
@ -16,7 +16,7 @@ However, if you leave the forum title field empty in YunoHost's form, automatic
|
||||||
|
|
||||||
1. Retrieve database password:
|
1. Retrieve database password:
|
||||||
* It should be displayed in the log messages on top of installation page.
|
* 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 YNH)
|
* 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)
|
||||||
|
|
||||||
2. Go to your Flarum homepage to initiate manual post-installation.
|
2. Go to your Flarum homepage to initiate manual post-installation.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue