2022-07-19 03:18:59 +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.
-->
2021-02-17 23:30:36 +01:00
# HumHub for YunoHost
2020-03-29 13:23:31 +02:00
2023-01-27 18:04:38 +01:00
[![Integration level ](https://dash.yunohost.org/integration/humhub.svg )](https://dash.yunohost.org/appci/app/humhub) ![Working status ](https://ci-apps.yunohost.org/ci/badges/humhub.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/humhub.maintain.svg )
2023-04-27 09:51:10 +02:00
2022-07-19 03:18:59 +02:00
[![Install HumHub with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=humhub)
2020-03-29 13:23:31 +02:00
2021-02-17 23:30:36 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2022-07-19 03:18:59 +02:00
> *This package allows you to install HumHub quickly and simply on a YunoHost server.
2021-02-17 23:30:36 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2022-07-19 03:18:59 +02:00
HumHub is an open source social network platform with a wide variety of use cases as social intranet, community or collaboration platform. HumHub consists of a core application, which can be extended through additional modules and adjusted to your needs by many configuration options.
2021-02-17 23:30:36 +01:00
2023-04-27 09:52:13 +02:00
**Shipped version:** 1.14.0~ynh1
2022-08-15 20:06:36 +02:00
2022-07-19 03:18:59 +02:00
**Demo:** https://www.humhub.com/en
2021-02-17 23:30:36 +01:00
2022-07-19 03:18:59 +02:00
## Screenshots
2021-02-17 23:30:36 +01:00
2022-07-19 03:18:59 +02:00
![Screenshot of HumHub ](./doc/screenshots/app_small.png )
2021-02-17 23:30:36 +01:00
2022-07-19 03:18:59 +02:00
## Documentation and resources
2021-02-17 23:30:36 +01:00
2022-07-19 03:18:59 +02:00
* Official app website: < https: // www . humhub . org >
* Official admin documentation: < https: // docs . humhub . org >
* Upstream app code repository: < https: // github . com / humhub / humhub >
2023-12-27 18:30:54 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / humhub >
2022-07-19 03:18:59 +02:00
* Report a bug: < https: // github . com / YunoHost-Apps / humhub_ynh / issues >
2021-02-17 23:30:36 +01:00
## Developer info
2017-04-24 16:09:34 +02:00
2021-02-17 23:30:36 +01:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/humhub_ynh/tree/testing ).
2016-08-21 01:03:46 +02:00
2021-02-17 23:30:36 +01:00
To try the testing branch, please proceed like that.
2022-07-19 03:18:59 +02:00
``` bash
2021-02-17 23:30:36 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/humhub_ynh/tree/testing --debug
or
sudo yunohost app upgrade humhub -u https://github.com/YunoHost-Apps/humhub_ynh/tree/testing --debug
```
2022-07-19 03:18:59 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >