Linux (Ubuntu / CentOS)

If you would like to deploy and use ngSurvey on a Linux you may use following ready to use scripts following scripts which will setup ngSurvey on your host in just a couple of minutes :

Ubuntu

you may use following shell script from your Ubuntu shell.

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

CentOS

you may use following shell script from your CentOS shell.

curl -o ngs-centos-docker.sh https://ngsurvey.s3.eu-central-1.amazonaws.com/ngs-centos-docker.sh sudo chmod +x ./ngs-centos-docker.sh sudo sed -i 's/\r$//' ngs-centos-docker.sh sudo ./ngs-centos-docker.sh

We would strongly recommend setting up as well an nginx reverse proxy to your host to proxy the request to your host for added security and performances.

Last updated