1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiki_ynh.git synced 2024-09-04 01:15:54 +02:00
tiki_ynh/README_fr.md

65 lines
3.4 KiB
Markdown
Raw Normal View History

2022-05-24 11:07:06 +02:00
<!--
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.
-->
2022-05-22 20:54:18 +02:00
# Tiki pour YunoHost
2022-05-22 20:54:12 +02:00
2023-03-01 13:49:10 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/tiki.svg)](https://dash.yunohost.org/appci/app/tiki) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/tiki.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/tiki.maintain.svg)
2022-05-22 20:54:18 +02:00
[![Installer Tiki avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=tiki)
2022-05-22 20:54:12 +02:00
*[Read this readme in english.](./README.md)*
2023-03-01 13:49:10 +01:00
> *Ce package vous permet dinstaller Tiki 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.*
2022-05-22 20:54:12 +02:00
2023-03-01 13:49:10 +01:00
## Vue densemble
2022-05-22 20:54:12 +02:00
2022-12-15 08:56:39 +01:00
Tiki Wiki CMS Groupware est l'application Web libre dotée du plus grand nombre de fonctionnalités intégrées. Cas d'utilisation: Publication Web / Collaboration / Gestion de projet / Suite bureautique / Gestion des connaissances / Panier d'achat / Réseau social / Gestion de communauté et clientèle (CRM) / Membrariat / Système de gestion de l'apprentissage (LMS). Les Tiki Trackers sont la composante intégrée pour le développement low-code / no-code et le générateur de formulaires et bases de données.
2022-05-22 20:54:12 +02:00
2022-12-15 09:16:06 +01:00
**Version incluse :** 24.2~ynh1
2022-05-22 20:54:12 +02:00
2022-05-22 20:54:18 +02:00
**Démo :** https://tiki.org/Try-Tiki
2022-05-22 20:54:12 +02:00
2023-03-01 13:49:10 +01:00
## Captures décran
2022-05-22 20:54:12 +02:00
2023-03-01 13:49:10 +01:00
![Capture décran de Tiki](./doc/screenshots/Screenshot.png)
2022-05-22 20:54:12 +02:00
## Avertissements / informations importantes
2022-05-22 22:51:09 +02:00
### Postinstall
2023-03-01 13:49:10 +01:00
You can log in using the special `admin` username and the `admin` password. You will be asked to change the password immediately after login.
2022-05-22 22:51:09 +02:00
### Storing your uploaded files
To ease the install process and first access, Tiki saves your uploaded files (office documents, images, pdf, etc. attached to wiki pages, forum posts, tracker items, file galleries, ...) by default in its database. This works perfectly in most cases but it is not the recommended setup if you need to save many thousands of files or more.
In that case, consider switching from "Store to database" to "Store to directory", which you will find in the Configuration Wizard. Please use this preset path directory: `/home/yunohost.app/tiki`. You will be able to migrate your currently uploaded files from one to the other.
2023-03-01 13:49:10 +01:00
If you are facing any problem or want to improve this app, please open a new issue here: https://github.com/YunoHost-Apps/tiki_ynh/issues"
2022-05-22 20:54:12 +02:00
## Documentations et ressources
2023-03-01 13:49:10 +01:00
* Site officiel de lapp : <https://tiki.org/>
* Documentation officielle de ladmin : <https://doc.tiki.org>
* Dépôt de code officiel de lapp : <https://gitlab.com/tikiwiki/tiki/>
2022-05-24 11:07:06 +02:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_tiki>
* Signaler un bug : <https://github.com/YunoHost-Apps/tiki_ynh/issues>
2022-05-22 20:54:12 +02:00
## Informations pour les développeurs
2022-05-22 20:54:18 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/tiki_ynh/tree/testing).
2022-05-22 20:54:12 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-05-24 11:07:06 +02:00
``` bash
2022-05-22 20:54:18 +02:00
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
2022-05-22 20:54:12 +02:00
```
2023-03-01 13:49:10 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>