mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
50 lines
No EOL
2 KiB
Markdown
50 lines
No EOL
2 KiB
Markdown
# 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
|
||
|
||
**Version incluse :** 5.2.6~ynh1
|
||
|
||
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/create_html_statistic_screen.png)
|
||
|
||
## Avertissements / informations importantes
|
||
|
||
## YunoHost specific features
|
||
|
||
* SSO and LDAP are configured.
|
||
* Login secured by fail2ban
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://www.limesurvey.org
|
||
* Documentation officielle utilisateur : https://help.limesurvey.org
|
||
* 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 |