mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
commit
954ee11be6
5 changed files with 32 additions and 26 deletions
21
README.md
21
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Flarum for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/flarum)  
|
||||
[](https://dash.yunohost.org/appci/app/flarum)  
|
||||
[](https://install-app.yunohost.org/?app=flarum)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,13 +17,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
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.
|
||||
|
||||
**Shipped version:** 1.2.0~ynh1
|
||||
**Shipped version:** 1.3.0~ynh1
|
||||
|
||||
**Demo:** https://discuss.flarum.org/d/21101-demos-come-to-flarum
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -75,21 +75,22 @@ Reload PHP-FPM with `sudo service php*php_version*-fpm reload`.
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://flarum.org
|
||||
* Official admin documentation: https://docs.flarum.org
|
||||
* Upstream app code repository: https://github.com/flarum/flarum
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_flarum
|
||||
* Report a bug: https://github.com/YunoHost-Apps/flarum_ynh/issues
|
||||
* 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>
|
||||
|
||||
## Developer info
|
||||
|
||||
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.
|
||||
```
|
||||
|
||||
``` bash
|
||||
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
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
27
README_fr.md
27
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Flarum pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/flarum)  
|
||||
[](https://dash.yunohost.org/appci/app/flarum)  
|
||||
[](https://install-app.yunohost.org/?app=flarum)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Flarum rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
@ -13,13 +17,13 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Flarum est une plate-forme de discussion simple pour votre site Web. C'est rapide et facile à utiliser, avec toutes les fonctionnalités dont vous avez besoin pour gérer une communauté.
|
||||
|
||||
**Version incluse :** 1.2.0~ynh1
|
||||
**Version incluse :** 1.3.0~ynh1
|
||||
|
||||
**Démo :** https://discuss.flarum.org/d/21101-demos-come-to-flarum
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -72,21 +76,22 @@ Rechargez PHP-FPM avec `sudo service php*php_version*-fpm reload`.
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://flarum.org
|
||||
* Documentation officielle de l'admin : https://docs.flarum.org
|
||||
* Dépôt de code officiel de l'app : https://github.com/flarum/flarum
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_flarum
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/flarum_ynh/issues
|
||||
* Site officiel de l'app : <https://flarum.org>
|
||||
* Documentation officielle de l'admin : <https://docs.flarum.org>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/flarum/framework>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_flarum>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/flarum_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/flarum_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/flarum_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade flarum -u https://github.com/YunoHost-Apps/flarum_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/flarum/flarum/archive/v1.2.0.zip
|
||||
SOURCE_SUM=e3261ebb9fde29742c58ba05b2bc5af6f65b03ae4a9b638cf97f72c60a124935
|
||||
SOURCE_URL=https://github.com/flarum/flarum/archive/v1.3.0.zip
|
||||
SOURCE_SUM=78955c2f34f32593738b6e1908b282bb92fe50c4e3d33b5492f46fc19309084e
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -7,14 +7,14 @@
|
|||
"fr": "Forum de nouvelle génération, simplement",
|
||||
"de": "Forum der nächsten Generation leicht gemacht"
|
||||
},
|
||||
"version": "1.2.0~ynh1",
|
||||
"version": "1.3.0~ynh1",
|
||||
"url": "http://flarum.org/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
"website": "https://flarum.org",
|
||||
"demo": "https://discuss.flarum.org/d/21101-demos-come-to-flarum",
|
||||
"admindoc": "https://docs.flarum.org",
|
||||
"code": "https://github.com/flarum/flarum"
|
||||
"code": "https://github.com/flarum/framework"
|
||||
},
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
|
|
|
@ -13,7 +13,7 @@ YNH_COMPOSER_VERSION="2.0.13"
|
|||
extra_php_dependencies="php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-dom php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-pdo-mysql php${YNH_PHP_VERSION}-tokenizer php${YNH_PHP_VERSION}-zip"
|
||||
|
||||
# Version numbers
|
||||
project_version="1.2.0"
|
||||
project_version="1.3.0"
|
||||
#core_version is now retrieved from the manifest
|
||||
ldap_version="*"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue