mirror of
https://github.com/YunoHost-Apps/phpinfo_ynh.git
synced 2024-09-03 19:56:23 +02:00
40 lines
1.7 KiB
Markdown
40 lines
1.7 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.
|
|
-->
|
|
|
|
# Phpinfo untuk YunoHost
|
|
|
|
[](https://ci-apps.yunohost.org/ci/apps/phpinfo/)  
|
|
|
|
[](https://install-app.yunohost.org/?app=phpinfo)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang Phpinfo 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
|
|
|
|
Simple phpinfo
|
|
|
|
**Versi terkirim:** 1.0~ynh6
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Website aplikasi resmi: <https://www.php.net/manual/fr/function.phpinfo.php>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/phpinfo>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/phpinfo_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/phpinfo_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/phpinfo_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade phpinfo -u https://github.com/YunoHost-Apps/phpinfo_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|