1.2 KiB
1.2 KiB
LimeSurvey
LimeSurvey is an open-source online survey tool for creating and publishing surveys, questionnaires, and polls.
Dependencies
- PostgreSQL - Database for storing surveys and responses
- SMTP - For sending survey invitations and notifications
Configuration
Key settings in config.yaml:
- domain - Where LimeSurvey will be accessible
- storage - Persistent volume size (default:
2Gi) - adminUser - Admin account username (default:
admin) - adminEmail - Admin account email (defaults to your operator email)
- db.name - Database name (default:
limesurvey) - smtp - Email settings inherited from your Wild Cloud SMTP service
First-Time Setup
-
Add and deploy the app:
wild app add limesurvey wild app deploy limesurvey -
Log in with:
- Username: value of
adminUserin your config (default:admin) - Password: value of
adminPasswordin yoursecrets.yaml
- Username: value of
-
Create your first survey from the dashboard.
Notes
- Surveys can be published publicly or restricted to invitation-only participants
- The admin panel is at
/index.php/admin - Response data can be exported in CSV, Excel, SPSS, and other formats