1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00
limesurvey_ynh/README.md

58 lines
2.2 KiB
Markdown
Raw Normal View History

2021-07-12 12:11:55 +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.
-->
2018-03-14 03:38:17 +01:00
# LimeSurvey for YunoHost
2023-01-25 07:12:32 +01:00
[![Integration level](https://dash.yunohost.org/integration/limesurvey.svg)](https://dash.yunohost.org/appci/app/limesurvey) ![Working status](https://ci-apps.yunohost.org/ci/badges/limesurvey.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/limesurvey.maintain.svg)
2023-03-07 07:13:11 +01:00
2021-07-12 12:11:55 +02:00
[![Install LimeSurvey with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=limesurvey)
2017-02-08 19:14:48 +01:00
2021-07-12 12:11:55 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2017-02-08 19:14:48 +01:00
2021-07-12 12:11:55 +02:00
> *This package allows you to install LimeSurvey quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2018-03-13 21:49:11 +01:00
2021-07-12 12:11:55 +02:00
## Overview
2018-03-13 21:49:11 +01:00
2022-07-17 03:35:23 +02:00
LimeSurvey is used to create advanced poll.
2018-03-13 21:49:11 +01:00
2022-07-17 03:35:23 +02:00
2023-03-07 07:13:11 +01:00
**Shipped version:** 5.6.8+230227~ynh1
2018-03-13 21:49:11 +01:00
2021-07-12 14:53:18 +02:00
## Screenshots
2022-06-16 00:33:42 +02:00
![Screenshot of LimeSurvey](./doc/screenshots/create_html_statistic_screen.png)
2021-07-12 14:53:18 +02:00
2021-07-12 12:11:55 +02:00
## Disclaimers / important information
2018-03-13 21:49:11 +01:00
2023-01-25 15:52:39 +01:00
### YunoHost specific features
2018-03-13 21:49:11 +01:00
2022-07-17 03:35:23 +02:00
* In private mode, only authorized YunoHost members can create poll, with the public mode, it's possible to create account to people with no YunoHost account.
* SSO and LDAP are configured.
* Login secured by fail2ban
2021-07-12 12:11:55 +02:00
## Documentation and resources
2018-03-13 21:49:11 +01:00
2022-06-16 00:33:42 +02:00
* Official app website: <https://www.limesurvey.org>
* Official user documentation: <https://help.limesurvey.org>
* Official admin documentation: <https://manual.limesurvey.org/LimeSurvey_Manual/fr>
* Upstream app code repository: <https://github.com/LimeSurvey/LimeSurvey>
2023-10-31 15:20:02 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/limesurvey>
2022-06-16 00:33:42 +02:00
* Report a bug: <https://github.com/YunoHost-Apps/limesurvey_ynh/issues>
2018-03-13 21:49:11 +01:00
2021-07-12 12:11:55 +02:00
## Developer info
2017-02-08 19:14:48 +01:00
2021-07-12 12:11:55 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing).
2017-02-08 19:14:48 +01:00
2018-03-13 21:49:11 +01:00
To try the testing branch, please proceed like that.
2022-06-16 00:33:42 +02:00
``` bash
2021-07-12 12:11:55 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug
2018-03-13 21:49:11 +01:00
or
2021-07-12 12:11:55 +02:00
sudo yunohost app upgrade limesurvey -u https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug
2018-03-13 21:49:11 +01:00
```
2017-02-08 19:14:48 +01:00
2022-06-16 00:33:42 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>