2022-02-27 23:22:11 +01: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-10-01 14:40:53 +02:00
|
|
|
|
2022-02-27 23:22:11 +01:00
|
|
|
# OpenProject for YunoHost
|
|
|
|
|
2023-05-26 09:25:14 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/openproject.svg)](https://dash.yunohost.org/appci/app/openproject) ![Working status](https://ci-apps.yunohost.org/ci/badges/openproject.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/openproject.maintain.svg)
|
|
|
|
|
2022-02-27 23:22:11 +01:00
|
|
|
[![Install OpenProject with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=openproject)
|
2019-10-01 14:40:53 +02:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2022-02-27 23:22:11 +01:00
|
|
|
> *This package allows you to install OpenProject 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-10-01 14:40:53 +02:00
|
|
|
|
2022-02-27 23:22:11 +01:00
|
|
|
## Overview
|
2019-10-01 14:40:53 +02:00
|
|
|
|
2023-05-26 09:34:49 +02:00
|
|
|
OpenProject is a web-based project management software.
|
|
|
|
|
|
|
|
### Features
|
2019-10-01 14:40:53 +02:00
|
|
|
|
|
|
|
- Project planning and scheduling
|
|
|
|
- Product roadmap and release planning
|
|
|
|
- Task management and team collaboration
|
|
|
|
- Agile and Scrum
|
|
|
|
- Time tracking, cost reporting and budgeting
|
|
|
|
- Bug tracking
|
|
|
|
- Wikis
|
|
|
|
- Forums
|
|
|
|
- Meeting agendas and meeting minutes
|
|
|
|
|
|
|
|
|
2023-05-26 11:28:45 +02:00
|
|
|
**Shipped version:** 10.5.1~ynh2
|
2019-10-01 14:40:53 +02:00
|
|
|
|
2022-02-27 23:22:11 +01:00
|
|
|
## Screenshots
|
2019-10-01 14:40:53 +02:00
|
|
|
|
2023-05-26 09:25:14 +02:00
|
|
|
![Screenshot of OpenProject](./doc/screenshots/screenshot1.png)
|
2019-10-01 14:40:53 +02:00
|
|
|
|
2022-02-27 23:22:11 +01:00
|
|
|
## Documentation and resources
|
2019-10-01 14:40:53 +02:00
|
|
|
|
2023-05-26 09:25:14 +02:00
|
|
|
* Official app website: <https://www.openproject.org/>
|
|
|
|
* Official admin documentation: <https://www.openproject.org/docs/>
|
|
|
|
* Upstream app code repository: <https://github.com/opf/openproject>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_openproject>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/openproject_ynh/issues>
|
2019-10-01 14:40:53 +02:00
|
|
|
|
2022-02-27 23:22:11 +01:00
|
|
|
## Developer info
|
2019-10-01 14:40:53 +02:00
|
|
|
|
2022-02-27 23:22:11 +01:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/openproject_ynh/tree/testing).
|
2019-10-01 14:40:53 +02:00
|
|
|
|
2022-02-27 23:22:11 +01:00
|
|
|
To try the testing branch, please proceed like that.
|
2023-05-26 09:25:14 +02:00
|
|
|
|
|
|
|
``` bash
|
2022-02-27 23:22:11 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/openproject_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade openproject -u https://github.com/YunoHost-Apps/openproject_ynh/tree/testing --debug
|
|
|
|
```
|
2019-10-01 14:40:53 +02:00
|
|
|
|
2023-05-26 09:25:14 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|