# Linux (Ubuntu / CentOS)

Si vous souhaitez déployer et utiliser ngSurvey sur un système Linux, vous pouvez utiliser les scripts prêts à l'emploi suivants qui installeront ngSurvey sur votre hôte en seulement quelques minutes :

## Ubuntu

vous pouvez utiliser le script shell suivant depuis votre shell Ubuntu.

`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

vous pouvez utiliser le script shell suivant depuis votre shell CentOS.&#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" %}
Nous vous recommandons vivement de configurer également un reverse proxy nginx sur votre hôte afin de proxyfier les requêtes vers votre hôte pour une sécurité et des performances accrues.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ngsurvey.com/fr/installation-setup/installation/linux-ubuntu-centos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
