mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
49 lines
2.4 KiB
Markdown
49 lines
2.4 KiB
Markdown
<!--
|
|
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
NON debe editarse manualmente.
|
|
-->
|
|
|
|
# phpMyAdmin para YunoHost
|
|
|
|
[![Nivel de integración](https://dash.yunohost.org/integration/phpmyadmin.svg)](https://dash.yunohost.org/appci/app/phpmyadmin) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/phpmyadmin.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/phpmyadmin.maintain.svg)
|
|
|
|
[![Instalar phpMyAdmin con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpmyadmin)
|
|
|
|
*[Le este README en outros idiomas.](./ALL_README.md)*
|
|
|
|
> *Este paquete permíteche instalar phpMyAdmin de xeito rápido e doado nun servidor YunoHost.*
|
|
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
|
|
|
|
## Vista xeral
|
|
|
|
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.
|
|
|
|
**Versión proporcionada:** 5.2.1~ynh1
|
|
|
|
**Demo:** <https://demo.phpmyadmin.net/master-config>
|
|
|
|
## Capturas de pantalla
|
|
|
|
![Captura de pantalla de phpMyAdmin](./doc/screenshots/68747470733a2f2f7777772e7068706d7961646d696e2e6e65742f7374617469632f696d616765732f73637265656e73686f74732f7374727563747572652e706e67.png)
|
|
|
|
## Documentación e recursos
|
|
|
|
- Web oficial da app: <http://www.phpmyadmin.net>
|
|
- Documentación oficial para admin: <https://www.phpmyadmin.net/docs/>
|
|
- Repositorio de orixe do código: <https://github.com/phpmyadmin/phpmyadmin>
|
|
- Tenda YunoHost: <https://apps.yunohost.org/app/phpmyadmin>
|
|
- Informar dun problema: <https://github.com/YunoHost-Apps/phpmyadmin_ynh/issues>
|
|
|
|
## Info de desenvolvemento
|
|
|
|
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing).
|
|
|
|
Para probar a rama `testing`, procede deste xeito:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing --debug
|
|
ou
|
|
sudo yunohost app upgrade phpmyadmin -u https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|