Docker
Run on any platform supporting docker images
Usage
docker pull ngsurvey/ngsurveyee:latest
docker run -d --name ngsurvey -p 8080:80 -e "ConnectionStrings:NGSurveyDB=Server=YourSQLServerHost;Initial Catalog=NGSurvey;User ID=youruserid;Password=yourpassword" ngsurvey/ngsurveyee:latestUsing Docker Compose - SQL Express
docker-compose -f ngsurveyee.yml up
Using Docker Compose - MySQL
Using Docker Compose - PostgreSQL
Database Setup
Mail Server / Third-Party APIs Setup
Last updated
Was this helpful?