Video coming soon…
🟢 Setup LimeSurvey — Full-Featured Self-Hosted Survey Platform
Deploy LimeSurvey on Ubuntu with Docker — a powerful, research-grade survey platform with conditional logic, quotas, and many question types, backed by MariaDB, on port 8306.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/limesurvey/limesurvey-ubuntu.sh
chmod +x limesurvey-ubuntu.sh
./limesurvey-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/limesurvey/limesurvey-ubuntu.sh
2 Make it Executable
chmod +x limesurvey-ubuntu.sh
3 Run the Installer
./limesurvey-ubuntu.sh
4 Log Into the Admin Panel
http://your-server-ip:8306/index.php/admin
Ports Used
| Port | Purpose |
|---|---|
| 8306 | LimeSurvey web app and admin panel (mapped from container port 8080) |
| 3306 | MariaDB — internal to the Docker network, not exposed to the host |