1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adminer_ynh.git synced 2024-09-03 18:06:06 +02:00
adminer_ynh/README_fr.md
Éric Gaspar 32391ef838
Testing (#24)
* 4.8.1 (#15)

* 4.8.1

* Add template

* Auto-update README

* Only admin (#17)

* Fix

* Update install

* Fix

* fix

* Update install

* Fix

* Update upgrade

* fix

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* cleaning up

* Update upgrade

* Update check_process

* 4.3

* Update upgrade

* Update upgrade

* cleaning up

* Bump manifest version

* Auto-update README

* Add config

* Auto-update README

* Update manifest.json

* Auto-update README

* Auto-update README

* Upgrade package (#21)

* set client_max_body_size

* Auto-update README

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

* Version 2 (#23)

* v2

* Auto-update README

* v2

* Auto-update README

* Update tests.toml

* Update manifest.toml

* fix

* Update manifest.toml

* Auto-update README

* Update upgrade

---------

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

---------

Co-authored-by: Yunohost-Bot <>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2023-04-21 16:39:32 +02:00

48 lines
No EOL
2.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# Adminer pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/adminer.svg)](https://dash.yunohost.org/appci/app/adminer) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/adminer.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/adminer.maintain.svg)
[![Installer Adminer avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=adminer)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet dinstaller Adminer rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue densemble
Adminer (anciennement phpMinAdmin) est un outil de gestion de base de données complet écrit en PHP. À l'inverse de phpMyAdmin, il se compose d'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 un plugin.
**Version incluse :** 4.8.1~ynh5
**Démo :** https://demo.adminer.org/adminer.php?username=
## Captures décran
![Capture décran de Adminer](./doc/screenshots/screenshot.png)
## Documentations et ressources
* Site officiel de lapp : <https://www.adminer.org/>
* Dépôt de code officiel de lapp : <https://github.com/vrana/adminer/>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_adminer>
* Signaler un bug : <https://github.com/YunoHost-Apps/adminer_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/adminer_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/adminer_ynh/tree/testing --debug
ou
sudo yunohost app upgrade adminer -u https://github.com/YunoHost-Apps/adminer_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>