2021-07-05 08:23:49 +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.
|
|
|
|
-->
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2021-07-05 08:23:49 +02:00
|
|
|
# PHPBoost for YunoHost
|
2019-02-12 01:11:42 +01:00
|
|
|
|
2023-02-24 20:10:56 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/phpboost.svg)](https://dash.yunohost.org/appci/app/phpboost) ![Working status](https://ci-apps.yunohost.org/ci/badges/phpboost.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/phpboost.maintain.svg)
|
|
|
|
|
2021-07-05 08:23:49 +02:00
|
|
|
[![Install PHPBoost with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpboost)
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2021-07-05 08:23:49 +02:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2021-07-05 08:23:49 +02:00
|
|
|
> *This package allows you to install PHPBoost quickly and simply on a YunoHost server.
|
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2021-07-05 08:23:49 +02:00
|
|
|
## Overview
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2021-07-05 09:01:45 +02:00
|
|
|
French and free content management system (CMS)
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2022-03-06 08:20:18 +01:00
|
|
|
**Shipped version:** 5.2.11~ynh1
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2021-07-05 08:43:48 +02:00
|
|
|
**Demo:** https://demo.phpboost.com/
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2021-07-05 09:01:45 +02:00
|
|
|
## Screenshots
|
|
|
|
|
2023-02-24 20:10:56 +01:00
|
|
|
![Screenshot of PHPBoost](./doc/screenshots/01.jpg)
|
2021-07-05 09:01:45 +02:00
|
|
|
|
2021-07-05 08:23:49 +02:00
|
|
|
## Documentation and resources
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2023-02-24 20:10:56 +01:00
|
|
|
* Official app website: <https://www.phpboost.com/>
|
|
|
|
* Official admin documentation: <https://www.phpboost.com/wiki/wiki.php>
|
|
|
|
* Upstream app code repository: <https://github.com/PHPBoost/PHPBoost>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_phpboost>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/phpboost_ynh/issues>
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2021-07-05 08:23:49 +02:00
|
|
|
## Developer info
|
|
|
|
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpboost_ynh/tree/testing).
|
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2023-02-24 20:10:56 +01:00
|
|
|
|
|
|
|
``` bash
|
2021-07-05 08:23:49 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/phpboost_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade phpboost -u https://github.com/YunoHost-Apps/phpboost_ynh/tree/testing --debug
|
|
|
|
```
|
|
|
|
|
2023-02-24 20:10:56 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|