2021-07-05 08:23:49 +02:00
|
|
|
<!--
|
2024-04-15 18:38:17 +02:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2021-07-05 08:23:49 +02:00
|
|
|
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
|
|
|
|
2024-04-15 18:38:17 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2024-04-15 18:38:17 +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
|
|
|
|
2023-02-26 09:22:15 +01:00
|
|
|
PHPBoost allows everyone to create his own website without any particular knowledge required in webmastering.
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2023-11-17 12:08:57 +01:00
|
|
|
**Shipped version:** 6.0.2~ynh1
|
2019-02-11 22:53:11 +01:00
|
|
|
|
2024-04-15 18:38:17 +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-26 09:28:25 +01:00
|
|
|
![Screenshot of PHPBoost](./doc/screenshots/screenshot.png)
|
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
|
|
|
|
2024-04-15 18:38:17 +02: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 Store: <https://apps.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
|
|
|
|
|
2024-04-15 18:38:17 +02:00
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/phpboost_ynh/tree/testing).
|
2021-07-05 08:23:49 +02:00
|
|
|
|
2024-04-15 18:38:17 +02:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2023-02-24 20:10:56 +01:00
|
|
|
|
2024-04-15 18:38:17 +02: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>
|