Comment on page
Ubuntu Linux
If you would like to deploy and use ngSurvey on a Linux Ubuntu distribution you may use following shell script from your Ubuntu shell. This will setup Docker for you and setup a fully functional ngSurvey instance in just a matter of few minutes.
curl -o ngs-ubuntu-docker.sh https://ngsurvey.s3.eu-central-1.amazonaws.com/ngs-ubuntu-docker.sh
sudo chmod +x ./ngs-ubuntu-docker.sh
sudo ./ngs-ubuntu-docker.sh
Last modified 1d ago