mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
59 lines
3.1 KiB
Markdown
59 lines
3.1 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.
|
||
-->
|
||
|
||
# Tiki pour YunoHost
|
||
|
||
[![Niveau d'intégration](https://dash.yunohost.org/integration/tiki.svg)](https://dash.yunohost.org/appci/app/tiki) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/tiki.status.svg) ![Status de maintenance](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)*
|
||
|
||
> *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
|
||
|
||
TikiWiki, est un système de gestion de contenu et une suite bureautique en ligne basée sur un wiki libre et open source. En plus de permettre les sites web et portails sur Internet et sur intranets et extranets, Tiki contient plusieurs fonctionnalités de collaboration lui permettant de fonctionner comme un système de gestion de contenu géospatial (GeoCMS) et application Web Groupware. s
|
||
|
||
**Version incluse :** 24.0~ynh2
|
||
|
||
**Démo :** https://tiki.org/Try-Tiki
|
||
|
||
## Captures d'écran
|
||
|
||
![Capture d'écran de Tiki](./doc/screenshots/Screenshot.png)
|
||
|
||
## Avertissements / informations importantes
|
||
|
||
### Postinstall
|
||
|
||
Database credentials are sent by mail for the post installation. `http://example.org/tiki-install.php`
|
||
|
||
### 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.
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : <https://tiki.org/>
|
||
* Documentation officielle de l'admin : <https://doc.tiki.org>
|
||
* Dépôt de code officiel de l'app : <https://gitlab.com/tikiwiki/tiki/>
|
||
* 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.
|
||
|
||
``` bash
|
||
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>
|