mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
Auto-update README
This commit is contained in:
parent
71c6426833
commit
4654792feb
2 changed files with 14 additions and 14 deletions
14
README.md
14
README.md
|
@ -5,8 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# phpBB for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/phpBB.svg)](https://dash.yunohost.org/appci/app/phpBB) ![](https://ci-apps.yunohost.org/ci/badges/phpBB.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpBB.maintain.svg)
|
||||
[![Install phpBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpBB)
|
||||
[![Integration level](https://dash.yunohost.org/integration/phpbb.svg)](https://dash.yunohost.org/appci/app/phpbb) ![](https://ci-apps.yunohost.org/ci/badges/phpbb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpbb.maintain.svg)
|
||||
[![Install phpBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpbb)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
|
@ -38,18 +38,18 @@ Forum software that is easy to use, powerful, and highly customisable
|
|||
* Official user documentation: https://yunohost.org/apps
|
||||
* Official admin documentation: https://www.phpbb.com/support/docs/
|
||||
* Upstream app code repository: https://github.com/phpbb/phpbb
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_phpBB
|
||||
* Report a bug: https://github.com/YunoHost-Apps/phpBB_ynh/issues
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_phpbb
|
||||
* Report a bug: https://github.com/YunoHost-Apps/phpbb_ynh/issues
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpBB_ynh/tree/testing).
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpbb_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/phpBB_ynh/tree/testing --debug
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/phpbb_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade phpBB -u https://github.com/YunoHost-Apps/phpBB_ynh/tree/testing --debug
|
||||
sudo yunohost app upgrade phpbb -u https://github.com/YunoHost-Apps/phpbb_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
14
README_fr.md
14
README_fr.md
|
@ -1,7 +1,7 @@
|
|||
# phpBB pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/phpBB.svg)](https://dash.yunohost.org/appci/app/phpBB) ![](https://ci-apps.yunohost.org/ci/badges/phpBB.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpBB.maintain.svg)
|
||||
[![Installer phpBB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpBB)
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/phpbb.svg)](https://dash.yunohost.org/appci/app/phpbb) ![](https://ci-apps.yunohost.org/ci/badges/phpbb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpbb.maintain.svg)
|
||||
[![Installer phpBB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpbb)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -33,18 +33,18 @@ Forum facile à utiliser, puissant et hautement personnalisable
|
|||
* Documentation officielle utilisateur : https://yunohost.org/apps
|
||||
* Documentation officielle de l'admin : https://www.phpbb.com/support/docs/
|
||||
* Dépôt de code officiel de l'app : https://github.com/phpbb/phpbb
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_phpBB
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/phpBB_ynh/issues
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_phpbb
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/phpbb_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpBB_ynh/tree/testing).
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpbb_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/phpBB_ynh/tree/testing --debug
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/phpbb_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade phpBB -u https://github.com/YunoHost-Apps/phpBB_ynh/tree/testing --debug
|
||||
sudo yunohost app upgrade phpbb -u https://github.com/YunoHost-Apps/phpbb_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Reference in a new issue