mirror of
https://github.com/YunoHost-Apps/itflow_ynh.git
synced 2024-09-03 19:26:24 +02:00
50 lines
2 KiB
Markdown
50 lines
2 KiB
Markdown
|
<!--
|
||
|
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
|
Ini TIDAK boleh diedit dengan tangan.
|
||
|
-->
|
||
|
|
||
|
# ITFlow untuk YunoHost
|
||
|
|
||
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/itflow.svg)](https://ci-apps.yunohost.org/ci/apps/itflow/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/itflow.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/itflow.maintain.svg)
|
||
|
|
||
|
[![Pasang ITFlow dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=itflow)
|
||
|
|
||
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||
|
|
||
|
> *Paket ini memperbolehkan Anda untuk memasang ITFlow secara cepat dan mudah pada server YunoHost.*
|
||
|
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
||
|
|
||
|
## Ringkasan
|
||
|
|
||
|
IT documentation, ticketing and accounting system for small MSPs.
|
||
|
|
||
|
**Versi terkirim:** 2024.07.16~ynh1
|
||
|
|
||
|
**Demo:** <https://demo.itflow.org/>
|
||
|
|
||
|
## Tangkapan Layar
|
||
|
|
||
|
![Tangkapan Layar pada ITFlow](./doc/screenshots/readme.gif)
|
||
|
|
||
|
## Dokumentasi dan sumber daya
|
||
|
|
||
|
- Website aplikasi resmi: <https://itflow.org/>
|
||
|
- Dokumentasi admin resmi: <https://docs.itflow.org/installation>
|
||
|
- Repositori kode aplikasi hulu: <https://github.com/itflow-org/itflow>
|
||
|
- Gudang YunoHost: <https://apps.yunohost.org/app/itflow>
|
||
|
- Laporkan bug: <https://github.com/YunoHost-Apps/itflow_ynh/issues>
|
||
|
|
||
|
## Info developer
|
||
|
|
||
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/itflow_ynh/tree/testing).
|
||
|
|
||
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||
|
|
||
|
```bash
|
||
|
sudo yunohost app install https://github.com/YunoHost-Apps/itflow_ynh/tree/testing --debug
|
||
|
atau
|
||
|
sudo yunohost app upgrade itflow -u https://github.com/YunoHost-Apps/itflow_ynh/tree/testing --debug
|
||
|
```
|
||
|
|
||
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|