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

53 lines
2.1 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
2022-06-16 00:33:42 +02: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)
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-01-17 02:37:51 +01:00
Create and distribute surveys
2018-03-13 21:49:11 +01:00
2022-06-16 00:33:42 +02:00
**Shipped version:** 5.2.6~ynh3
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
## YunoHost specific features
2022-02-08 19:58:31 +01:00
* The application is integrated with YunoHost accounts (LDAP database)
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>
* YunoHost documentation for this app: <https://yunohost.org/app_limesurvey>
* 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>