Limesurvey

From SME Server
Revision as of 05:06, 18 April 2021 by Unnilennium (talk | contribs) (→‎Maintainer)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


limesurvey for SME Server

PythonIcon.png Skill level: easy
The instructions on this page can be followed by a beginner.


Maintainer

Daniel B. from Firewall Services

Version

smeserver-limesurvey
The latest version of smeserver-limesurvey is available in the SME repository, click on the version number(s) for more information.


fws

Description

LimeSurvey (formerly PHPSurveyor) is a free and open source on-line survey application written in PHP based on a MySQL, PostgreSQL or MSSQL database, distributed under the GNU General Public License.[1] As a web server-based software it enables users to develop and publish on-line surveys, and collect responses, without doing any programming.

Requirements

You need the firewall-services repo to install this contribs

Installation 8.x 9.x

This contrib is currently held in the fws repository, so the following commands will install on your smeserver.

yum install --enablerepo=fws smeserver-limesurvey

You will then need to activate the database changes etc. The 'official' way is to perform

signal-event post-upgrade;  signal-event reboot

or if you do not want to restart your computer

signal-event webapps-update

There is no panel in the server-manager, you can go to https://yourserver/limesurvey and perform a login with users and passwords of your internal ldap.

Initially, the survey will only be accessible from your local network. If you want your survey to be accessible from outside your local network, you need to do

 /sbin/e-smith/db configuration setprop limesurvey access public
 signal-event webapps-update

Uninstall

yum remove smeserver-limesurvey limesurvey
signal-event post-upgrade;  signal-event reboot

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-limesurvey component or use this link .


IDProductVersionStatusSummary (2 tasks)
12013SME Contribs10.0CONFIRMEDadd contrib to backup list [smeserver-limesurvey]
9917SME Contribs9.1CONFIRMEDProblem getting Limesurvey to work

Sources for this contribs can be found in Firewall Service's repository [1]

Changelog

Only released version in smecontrib are listed here.