> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/2.x-ar/dlyl-alidarh/admin-guide/installation.md).

# التثبيت

يغطي هذا القسم كل ما تحتاج إليه لتثبيت وإعداد Chamilo 2.0 على خادمك.

Chamilo 2.0 هي تطبيق PHP مبني على إطار Symfony. يمكن تشغيلها على معظم الخوادم القائمة على Linux، وقد تم تثبيتها وتشغيلها على Windows Server مع IIS، وتدعم قواعد بيانات MySQL وMariaDB كخلفيات.

## خطوات التثبيت

1. [**Server Requirements**](/2.x-ar/dlyl-alidarh/admin-guide/installation/server-requirements.md) — تحقق من أن خادمك يلبي المتطلبات الدنيا
2. [**Installation Wizard**](/2.x-ar/dlyl-alidarh/admin-guide/installation/installation-wizard.md) — شغّل معالج التثبيت القائم على الويب
3. [**Configuration**](/2.x-ar/dlyl-alidarh/admin-guide/installation/configuration.md) — قم بإعداد متغيرات البيئة وإعدادات Symfony
4. [**Cloud Storage**](/2.x-ar/dlyl-alidarh/admin-guide/installation/cloud-storage.md) — قم بإعداد خلفيات التخزين السحابي (اختياري)
5. [**Email Configuration**](/2.x-ar/dlyl-alidarh/admin-guide/installation/email-configuration.md) — قم بإعداد إرسال البريد الإلكتروني
6. [**Upgrading**](/2.x-ar/dlyl-alidarh/admin-guide/installation/upgrading.md) — قم بالترقية من إصدار سابق

## نظرة عامة سريعة

عملية التثبيت الأساسية هي:

1. قم بتنزيل أو استنساخ كود مصدر Chamilo
2. قم بتثبيت تبعيات PHP باستخدام Composer إذا كنت تحضّر من المصدر
3. قم بتثبيت تبعيات JavaScript باستخدام npm/yarn وبناء أصول الواجهة الأمامية
4. أنشئ ملف `.env` فارغًا لتخزين بيانات اعتماد قاعدة البيانات وإعدادات أخرى لاحقًا
5. غيّر الأذونات (قابلة للكتابة بواسطة خادم الويب) على *var/*، *config/* و *.env*
6. شغّل معالج التثبيت القائم على الويب
7. قم بالاتصال بحساب المسؤول الأول الخاص بك
8. أعد الأذونات على *config/* و *.env*

تجد التعليمات التفصيلية لكل خطوة في الصفحات المرتبطة أعلاه.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.chamilo.org/2.x-ar/dlyl-alidarh/admin-guide/installation.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.
