mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
49 lines
2.6 KiB
Markdown
49 lines
2.6 KiB
Markdown
<!--
|
||
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
NON DEVE essere modificato manualmente.
|
||
-->
|
||
|
||
# phpMyAdmin per YunoHost
|
||
|
||
[![Livello di integrazione](https://dash.yunohost.org/integration/phpmyadmin.svg)](https://dash.yunohost.org/appci/app/phpmyadmin) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/phpmyadmin.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/phpmyadmin.maintain.svg)
|
||
|
||
[![Installa phpMyAdmin con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpmyadmin)
|
||
|
||
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
||
|
||
> *Questo pacchetto ti permette di installare phpMyAdmin su un server YunoHost in modo semplice e veloce.*
|
||
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
||
|
||
## Panoramica
|
||
|
||
phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.
|
||
|
||
**Versione pubblicata:** 5.2.1~ynh1
|
||
|
||
**Prova:** <https://demo.phpmyadmin.net/master-config>
|
||
|
||
## Screenshot
|
||
|
||
![Screenshot di phpMyAdmin](./doc/screenshots/68747470733a2f2f7777772e7068706d7961646d696e2e6e65742f7374617469632f696d616765732f73637265656e73686f74732f7374727563747572652e706e67.png)
|
||
|
||
## Documentazione e risorse
|
||
|
||
- Sito web ufficiale dell’app: <http://www.phpmyadmin.net>
|
||
- Documentazione ufficiale per gli amministratori: <https://www.phpmyadmin.net/docs/>
|
||
- Repository upstream del codice dell’app: <https://github.com/phpmyadmin/phpmyadmin>
|
||
- Store di YunoHost: <https://apps.yunohost.org/app/phpmyadmin>
|
||
- Segnala un problema: <https://github.com/YunoHost-Apps/phpmyadmin_ynh/issues>
|
||
|
||
## Informazioni per sviluppatori
|
||
|
||
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing).
|
||
|
||
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing --debug
|
||
o
|
||
sudo yunohost app upgrade phpmyadmin -u https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|