2021-07-12 12:11:55 +02:00
|
|
|
|
# LimeSurvey pour YunoHost
|
|
|
|
|
|
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/limesurvey.svg)](https://dash.yunohost.org/appci/app/limesurvey) ![](https://ci-apps.yunohost.org/ci/badges/limesurvey.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/limesurvey.maintain.svg)
|
|
|
|
|
[![Installer LimeSurvey avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=limesurvey)
|
|
|
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
|
|
> *Ce package vous permet d'installer LimeSurvey 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
|
|
|
|
|
|
|
|
|
|
Outil de création et diffusion de sondage
|
|
|
|
|
|
2022-01-18 21:54:21 +01:00
|
|
|
|
**Version incluse :** 5.2.6~ynh2
|
2021-07-12 12:11:55 +02:00
|
|
|
|
|
2021-07-12 19:25:52 +02:00
|
|
|
|
|
2021-07-12 12:11:55 +02:00
|
|
|
|
|
2021-07-12 14:53:18 +02:00
|
|
|
|
## Captures d'écran
|
|
|
|
|
|
|
|
|
|
![](./doc/screenshots/create_html_statistic_screen.png)
|
|
|
|
|
|
2021-07-12 12:11:55 +02:00
|
|
|
|
## Avertissements / informations importantes
|
|
|
|
|
|
|
|
|
|
## YunoHost specific features
|
|
|
|
|
|
2022-01-17 02:37:51 +01:00
|
|
|
|
* LDAP are configured.
|
2021-07-12 12:11:55 +02:00
|
|
|
|
## Documentations et ressources
|
|
|
|
|
|
|
|
|
|
* Site officiel de l'app : https://www.limesurvey.org
|
2022-01-14 01:30:49 +01:00
|
|
|
|
* Documentation officielle utilisateur : https://help.limesurvey.org
|
2021-07-12 12:11:55 +02:00
|
|
|
|
* Documentation officielle de l'admin : https://manual.limesurvey.org/LimeSurvey_Manual/fr
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/LimeSurvey/LimeSurvey
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_limesurvey
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/limesurvey_ynh/issues
|
|
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
|
|
|
|
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing).
|
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug
|
|
|
|
|
ou
|
|
|
|
|
sudo yunohost app upgrade limesurvey -u https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|