diff --git a/Adminer/README.md b/Adminer/README.md index 271f4d23..ce5a68a2 100644 --- a/Adminer/README.md +++ b/Adminer/README.md @@ -1,4 +1,10 @@ -# Utilisation +![adminer](./img/logo-adminer.png) + +# Adminer + +Adminer est un outil de gestion de base de données complet écrit en PHP. Inversement à phpMyAdmin, il consiste en un seul fichier prêt à être déployé sur le serveur cible. Adminer est disponible pour MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB et autres via plugin + +# Installation Pour utiliser Adminer tout seul ```bash @@ -14,3 +20,4 @@ Pour utiliser Adminer avec Nginx ```bash docker compose -f docker-compose-nginx.yml up -d ``` +# Utilisation \ No newline at end of file diff --git a/Adminer/img/Adminer-000.png b/Adminer/img/Adminer-000.png new file mode 100644 index 00000000..0c469c16 Binary files /dev/null and b/Adminer/img/Adminer-000.png differ diff --git a/Adminer/img/logo-Adminer.png b/Adminer/img/logo-Adminer.png new file mode 100644 index 00000000..606fe563 Binary files /dev/null and b/Adminer/img/logo-Adminer.png differ