mirror of
https://github.com/YunoHost-Apps/phpinfo_ynh.git
synced 2024-09-03 19:56:23 +02:00
38 lines
1.5 KiB
Markdown
38 lines
1.5 KiB
Markdown
# phpinfo for YunoHost
|
|
|
|
[](https://dash.yunohost.org/appci/app/phpinfo)  
|
|
[](https://install-app.yunohost.org/?app=phpinfo)
|
|
|
|
> *This package allows you to install phpinfo 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.*
|
|
|
|
## Overview
|
|
Install a simple phpinfo page.
|
|
|
|
**Shipped version:** 1.0
|
|
|
|
## YunoHost specific features
|
|
|
|
#### Supported architectures
|
|
|
|
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/phpinfo/)
|
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/phpinfo/)
|
|
|
|
## Links
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/phpinfo_ynh/issues
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
---
|
|
|
|
Developer info
|
|
----------------
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpinfo_ynh/tree/testing).
|
|
|
|
To try the testing branch, please proceed like that.
|
|
```
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/phpinfo_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade phpinfo -u https://github.com/YunoHost-Apps/phpinfo_ynh/tree/testing --debug
|
|
```
|