mirror of
https://github.com/YunoHost-Apps/joomla_ynh.git
synced 2024-09-03 19:26:34 +02:00
b7eaa0a27c
Co-authored-by: OniriCorpe <github@oniricorpe.eu>
52 lines
No EOL
2.4 KiB
Markdown
52 lines
No EOL
2.4 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# Joomla pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/joomla.svg)](https://dash.yunohost.org/appci/app/joomla) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/joomla.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/joomla.maintain.svg)
|
||
|
||
[![Installer Joomla avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=joomla)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer Joomla rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
Joomla! est un système de gestion de contenu (CMS) gratuit et open source pour la publication de contenu Web. Au fil des années, Joomla! a remporté plusieurs prix. Il est construit sur un cadre d'application Web modèle-vue-contrôleur qui peut être utilisé indépendamment du CMS et qui vous permet de créer de puissantes applications en ligne.
|
||
|
||
|
||
**Version incluse :** 4.4.3~ynh1
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de Joomla](./doc/screenshots/screenshot.jpg)
|
||
|
||
## :red_circle: Fonctions indésirables
|
||
|
||
- **Package not maintained**: This YunoHost package is not maintained and needs adoption.
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://www.joomla.org/>
|
||
* Documentation officielle de l’admin : <https://docs.joomla.org/>
|
||
* Dépôt de code officiel de l’app : <https://github.com/joomla/joomla-cms>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/joomla>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/joomla_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/joomla_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/joomla_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade joomla -u https://github.com/YunoHost-Apps/joomla_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |