LightSail

To deploy ngSurvey on an Amazon LightSail instance you may select Ubuntu as your OS and add following startup script to your image. As soon as the LightSail instance will be ready ngSurvey will start installing itself and be ready to use on your LightSail public within a couple of minutes.

curl -o ngs-ubuntu-docker.sh https://ngsurvey.s3.eu-central-1.amazonaws.com/ngs-ubuntu-docker.sh chmod +x ./ngs-ubuntu-docker.sh ./ngs-ubuntu-docker.sh

If you prefer to use CentOS as your host you may use following script as launch script

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

Last updated

(c) 2024 Data Illusion Zumbrunn. All rights reserved. Reproduction strictly forbidden.