1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00
phpmyadmin_ynh/README.md

50 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2021-07-08 08:42:39 +02:00
<!--
2024-03-29 07:18:17 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-07-08 08:42:39 +02:00
It shall NOT be edited by hand.
-->
# phpMyAdmin for YunoHost
2015-07-07 23:05:55 +02:00
2023-10-31 15:29:44 +01:00
[![Integration level](https://dash.yunohost.org/integration/phpmyadmin.svg)](https://dash.yunohost.org/appci/app/phpmyadmin) ![Working status](https://ci-apps.yunohost.org/ci/badges/phpmyadmin.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/phpmyadmin.maintain.svg)
2020-12-19 22:51:54 +01:00
[![Install phpMyAdmin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpmyadmin)
2015-07-07 23:05:55 +02:00
2024-06-02 15:04:00 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2020-09-24 13:31:10 +02:00
2024-03-29 07:18:17 +01:00
> *This package allows you to install phpMyAdmin 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.*
2019-02-17 15:42:09 +01:00
## Overview
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.
2019-02-17 15:42:09 +01:00
**Shipped version:** 5.2.1~ynh1
2019-02-17 15:42:09 +01:00
2024-03-29 07:18:17 +01:00
**Demo:** <https://demo.phpmyadmin.net/master-config>
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
## Screenshots
2019-02-17 15:42:09 +01:00
![Screenshot of phpMyAdmin](./doc/screenshots/68747470733a2f2f7777772e7068706d7961646d696e2e6e65742f7374617469632f696d616765732f73637265656e73686f74732f7374727563747572652e706e67.png)
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
## Documentation and resources
2019-02-17 15:42:09 +01:00
2024-03-29 07:18:17 +01:00
- Official app website: <http://www.phpmyadmin.net>
- Official admin documentation: <https://www.phpmyadmin.net/docs/>
- Upstream app code repository: <https://github.com/phpmyadmin/phpmyadmin>
- YunoHost Store: <https://apps.yunohost.org/app/phpmyadmin>
- Report a bug: <https://github.com/YunoHost-Apps/phpmyadmin_ynh/issues>
2019-02-17 15:42:09 +01:00
2021-07-08 08:42:39 +02:00
## Developer info
2019-02-17 15:42:09 +01:00
2024-03-29 07:18:17 +01:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing).
2019-02-17 15:42:09 +01:00
2024-03-29 07:18:17 +01:00
To try the `testing` branch, please proceed like that:
2024-03-29 07:18:17 +01:00
```bash
2019-02-17 15:42:09 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing --debug
or
sudo yunohost app upgrade phpmyadmin -u https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing --debug
```
2021-07-08 08:42:39 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>