# Установка и системные требования

### Системные требования

Для корректной работы JohnCMS, на хостинге, который вы используете, должно быть установлено следующее программное обеспечение

* Web сервер Apache
* PHP 7.3 и выше
* MySQL 5.6.4 и выше
* Для работы с MуSQL должен использоваться встроенный драйвер [MySQL Native Driver (mysqlnd)](https://www.php.net/manual/ru/book.mysqlnd.php)

Для работы системы требуются следующие расширения php:&#x20;

* imagick или gd
* mbstring
* pdo
* simplexml

### Установка

* Скачиваем архив
* Распаковываем в корневую папку на хостинге (обычно это папка с названием вашего сайта или public\_html)
* Переходим по адресу **ваш.сайт/install**
* Следуйте инструкциям описанным на странице установки

{% hint style="info" %}
Обязательно указывайте существующий e-mail адрес при установке т.к. он будет использоваться для отправки e-mail.
{% endhint %}

{% hint style="danger" %}
**После установки обязательно удалите папку install**
{% 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.johncms.com/master/nachalo-raboty/ustanovka-i-sistemnye-trebovaniya.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.
