1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00
phpMyAdmin package for YunoHost
Find a file
eric_G fb2570b74a
Testing (#128)
* 5.1.3 (#119)

* 5.1.3

* Auto-update README

Co-authored-by: Yunohost-Bot <>

* Bullseye (#122)

* set relative path for --keep opt

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Add description

* Auto-update README

* Packaging v2 (#127)

* Packaging v2

* Updated readme.

* Fixed linter errors.

* Update _common.sh

* Update backup

* Update manifest.toml

* Update manifest.toml

* Update tests.toml

* Update tests.toml

* Fix scripts.

* Another fix.

* Yet another fix.

* Bump to 5.2.1

* Don't use Composer

* Auto-update README

* Update manifest.toml

* Cleaning

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mateusz <2871798+orhtej2@users.noreply.github.com>
2023-11-02 19:06:14 +01:00
.github Testing (#109) 2021-07-14 14:25:42 +02:00
conf Testing (#128) 2023-11-02 19:06:14 +01:00
doc Testing (#128) 2023-11-02 19:06:14 +01:00
scripts Testing (#128) 2023-11-02 19:06:14 +01:00
.gitignore add app installation files 2014-01-14 22:57:44 +01:00
LICENSE Initial commit for GPL2 License 2017-02-14 22:32:45 +00:00
manifest.toml Testing (#128) 2023-11-02 19:06:14 +01:00
README.md Testing (#128) 2023-11-02 19:06:14 +01:00
README_fr.md Testing (#128) 2023-11-02 19:06:14 +01:00
tests.toml Testing (#128) 2023-11-02 19:06:14 +01:00

phpMyAdmin for YunoHost

Integration level Working status Maintenance status

Install phpMyAdmin with YunoHost

Lire ce readme en français.

This package allows you to install phpMyAdmin quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

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.

Shipped version: 5.2.1~ynh1

Demo: https://demo.phpmyadmin.net/master-config

Screenshots

Screenshot of phpMyAdmin

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

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

More info regarding app packaging: https://yunohost.org/packaging_apps