mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
56 lines
No EOL
2.3 KiB
Markdown
56 lines
No EOL
2.3 KiB
Markdown
# Tiki pour YunoHost
|
||
|
||
[![Niveau d'intégration](https://dash.yunohost.org/integration/tiki.svg)](https://dash.yunohost.org/appci/app/tiki) ![](https://ci-apps.yunohost.org/ci/badges/tiki.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/tiki.maintain.svg)
|
||
[![Installer Tiki avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=tiki)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *Ce package vous permet d'installer Tiki 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
|
||
|
||
Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||
|
||
### Features
|
||
|
||
- Ut enim ad minim veniam, quis nostrud exercitation ullamco ;
|
||
- Laboris nisi ut aliquip ex ea commodo consequat ;
|
||
- Duis aute irure dolor in reprehenderit in voluptate ;
|
||
- Velit esse cillum dolore eu fugiat nulla pariatur ;
|
||
- Excepteur sint occaecat cupidatat non proident, sunt in culpa."
|
||
|
||
|
||
**Version incluse :** 1.0~ynh1
|
||
|
||
**Démo :** https://tiki.org/Try-Tiki
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/example.jpg)
|
||
|
||
## Avertissements / informations importantes
|
||
|
||
`http://example.org/tiki-install.php`
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://tiki.org/
|
||
* Documentation officielle utilisateur : https://yunohost.org/apps
|
||
* Documentation officielle de l'admin : https://doc.tiki.org
|
||
* Dépôt de code officiel de l'app : https://sourceforge.net/projects/tikiwiki/
|
||
* Documentation YunoHost pour cette app : https://yunohost.org/app_tiki
|
||
* Signaler un bug : https://github.com/YunoHost-Apps/tiki_ynh/issues
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/tiki_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/tiki_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade tiki -u https://github.com/YunoHost-Apps/tiki_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |