# 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`  &#x20;

## CentOS

you may use following shell script from your CentOS shell.&#x20;

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<br>

{% hint style="danger" %}
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.
{% endhint %}
