Files
2026-06-19 21:33:11 +00:00

40 lines
1.2 KiB
Markdown

# 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
1. Add and deploy the app:
```bash
wild app add limesurvey
wild app deploy limesurvey
```
2. Log in with:
- **Username**: value of `adminUser` in your config (default: `admin`)
- **Password**: value of `adminPassword` in your `secrets.yaml`
3. 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