# LightSail

لنشر ngSurvey على مثيل Amazon LightSail يمكنك اختيار Ubuntu كنظام التشغيل وإضافة برنامج بدء التشغيل التالي إلى الصورة الخاصة بك. بمجرد أن يصبح مثيل LightSail جاهزًا، سيبدأ ngSurvey بالتثبيت تلقائيًا وسيكون جاهزًا للاستخدام على عنوان LightSail العام خلال بضع دقائق.

{% hint style="warning" %}
مطلوب مثيل بذاكرة لا تقل عن 4 جيجابايت.
{% endhint %}

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

![](/files/8380583ec8e1bb388475bca4c60bd859b0371358) &#x20;

إذا كنت تفضل استخدام CentOS كمضيف يمكنك استخدام البرنامج النصي التالي كبرنامج إطلاق&#x20;

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


---

# 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/ar/installation-setup/installation/amazon-web-services/lightsail.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.
