mirror of
https://github.com/YunoHost-Apps/emoncms_ynh.git
synced 2024-09-03 18:36:03 +02:00
48 lines
2 KiB
Markdown
48 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.
|
|
-->
|
|
|
|
# Emoncms untuk YunoHost
|
|
|
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/emoncms.svg)](https://ci-apps.yunohost.org/ci/apps/emoncms/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/emoncms.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/emoncms.maintain.svg)
|
|
|
|
[![Pasang Emoncms dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=emoncms)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang Emoncms 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
|
|
|
|
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
|
|
|
|
|
|
**Versi terkirim:** 11.6.4~ynh1
|
|
|
|
## Tangkapan Layar
|
|
|
|
![Tangkapan Layar pada Emoncms](./doc/screenshots/emoncms_graphic.png)
|
|
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Website aplikasi resmi: <https://emoncms.org/>
|
|
- Dokumentasi admin resmi: <https://guide.openenergymonitor.org/>
|
|
- Depot kode aplikasi hulu: <https://github.com/emoncms/emoncms>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/emoncms>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/emoncms_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/emoncms_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/emoncms_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade emoncms -u https://github.com/YunoHost-Apps/emoncms_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|