mirror of
https://github.com/YunoHost-Apps/adminer_ynh.git
synced 2024-09-03 18:06:06 +02:00
Merge branch 'testing' into 4.7.8
This commit is contained in:
commit
77d4f9900e
5 changed files with 21 additions and 15 deletions
10
README.md
10
README.md
|
@ -1,18 +1,24 @@
|
|||
# Adminer for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/adminer)  
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/adminer)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=adminer)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install Adminer quickly and simply on a YunoHost server.
|
||||
|
||||
> *This package allows you to install Adminer 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
|
||||
Adminer (formerly phpMinAdmin better alternate to phpMyAdmin) is a full-featured database management tool (MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB). Replace phpMyAdmin with Adminer and you will get a tidier user interface, better support for MySQL features, higher performance and more security. [See detailed comparison](https://www.adminer.org/en/phpmyadmin).
|
||||
|
||||
|
||||
**Shipped version:** 4.7.8
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
|
10
README_fr.md
10
README_fr.md
|
@ -1,18 +1,22 @@
|
|||
# Adminer pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/adminer)  
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/adminer)  
|
||||
[](https://install-app.yunohost.org/?app=adminer)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Adminer rapidement et simplement sur un serveur YunoHost.
|
||||
|
||||
> *Ce package vous permet d'installer Adminer rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
||||
|
||||
## Vue d'ensemble
|
||||
Adminer (anciennement phpMinAdmin, meilleure alternative à phpMyAdmin) est un outil de gestion de base de données (MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB). Remplacez phpMyAdmin par Adminer et vous obtiendrez une interface utilisateur plus ordonnée, une meilleure prise en charge des fonctionnalités MySQL, des performances plus élevées et plus de sécurité. [Voir comparaison détaillée](https://www.adminer.org/en/phpmyadmin).
|
||||
|
||||
|
||||
**Version incluse :** 4.7.8
|
||||
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"en": "Database management in a single PHP file",
|
||||
"fr": "Gestionnaire de base de données en un seul fichier PHP"
|
||||
},
|
||||
|
||||
"version": "4.7.8~ynh1",
|
||||
"url": "https://www.adminer.org/",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
@ -13,11 +13,6 @@ source /usr/share/yunohost/helpers
|
|||
# MANAGE SCRIPT FAILURE
|
||||
#=================================================
|
||||
|
||||
ynh_clean_setup () {
|
||||
### Remove this function if there's nothing to clean before calling the remove script.
|
||||
true
|
||||
}
|
||||
# Exit if an error occurs during the execution of the script
|
||||
ynh_abort_if_errors
|
||||
|
||||
#=================================================
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue