What is LimeSurvey?
[LimeSurvey is] a powerful, open-source survey platform. A free alternative to SurveyMonkey, Typeform, Qualtrics, and Google Forms, making it simple to create online surveys and forms with unmatched flexibility. - https://github.com/LimeSurvey/LimeSurvey
Installation
- Download XAMPP Download
- Download LimeSurvey CE Download
- Install Microsoft Visual C++
- Right click the downloaded XAMPP .zip file > Extract All...
- Right click the downloaded LimeSurvey .zip file > Extract All...
- If necessary, rename the extracted directory to limesurvey
- Cut the limesurvey folder inside the extracted XAMPP/htdocs directory
- Copy the extracted XAMPP directory to a safe location to run from, C:\apps for example
- Run XAMPP/setup_xampp.bat to update the configuration files with the new server location
- Navigate to XAMPP/php and edit php.ini in a text editor
- Find the following lines and remove the ; to uncomment them
extension=ldap
extension=gd
extension=imap
extension=intl
extension=zip - Save the changes to php.ini and close the text editor
- Navigate back to /XAMPP > Run xampp-control.exe
- Click the Start button next to Apache and MySQL
- Navigate to XAMPP/mysql/bin
- Hold the SHIFT key and right click in the white space > Open PowerShell window here...
- Type the following in the PowerShell window to setup the LimeSurvey database
.\mysql -u root
CREATE DATABASE limesurvey;
GRANT ALL ON limesurvey.* TO 'limesurvey_rw'@'localhost' IDENTIFIED BY 'L!m3Surv3Y';
FLUSH PRIVILEGES;
EXIT;
exit
LimeSurvey Web Installer
- Open a web browser and navigate to http://DNSorIP/limesurvey
- Select a Language > Click Start installation at the Welcome screen
- Click I accept at the License Agreement
- Click Next at the Pre-Installation Check
- Complete the Database Configuration as shown below
Database type: MySQL
MySQL database engine type: MyISAM
Database location: localhost
Database user: limesurvey_rw
Database Password: L!m3Surv3Y
Database name: limesurvey
Table Prefix: - Click Next > Click Populate database
- Complete the Administration settings form > Click Next
- Click Administration
- Login using the admin credentials created earlier
- Welcome to LimeSurvey
Source: https://manual.limesurvey.org/Installation_-_LimeSurvey_CE