1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diagramsnet_ynh.git synced 2024-09-03 18:26:33 +02:00
diagramsnet_ynh/README.md

68 lines
2.3 KiB
Markdown
Raw Normal View History

2020-03-11 00:07:10 +01:00
# diagrams.net package for YunoHost; formerly draw.io
[![Integration level](https://dash.yunohost.org/integration/diagramsnet.svg)](https://dash.yunohost.org/appci/app/diagramsnet)
[![Install diagramsnet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=diagramsnet)
> *This package allow you to install diagrams.net quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
## Overview
diagrams.net lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams.
2020-03-27 21:37:37 +01:00
**Shipped version:** 12.9.3
2020-03-11 00:07:10 +01:00
## Screenshots
![Exemple de diagramme](home-dia1.svg)
## Demo
* [Official demo](https://www.draw.io)
## Documentation
* Official documentation: <https://www.diagrams.net/doc>
## YunoHost specific features
Later, it might be interresting to see how to integrate this app with NextCloud or DokuWiki
### Supported architectures
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/diagramsnet%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/diagramsnet/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/diagramsnet%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/diagramsnet/)
## Limitations
* Any known limitations.
## Additional information
* Other information you would add about this application
**More information on the documentation page:**
https://yunohost.org/packaging_apps
## Links
* Report a bug: <https://github.com/YunoHost-Apps/diagramsnet_ynh/issues>
* App website: <https://drawio-app.com>
* Upstream app repository: <https://github.com/jgraph/drawio>
* YunoHost website: <https://yunohost.org>
---
## Developers info
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing).
To try the testing branch, please proceed like that.
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
or
sudo yunohost app upgrade diagramsnet -u https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
```