# 시작하기

## 서버 요구사양

XE를 설치하기 위해서는 아래의 요구사항이 만족되어야 합니다.

| 서버 요구사양  | 사양 설명                                                                                                                                                                 |
| -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 웹 서버     | Apache & Nginx 등                                                                                                                                                      |
| PHP 버전   | PHP 7 이상(XE3.0.0-beta.24 부터)                                                                                                                                          |
| PHP 모듈   | <p>PDO PHP Extension <br>cURL PHP Extension<br>FileInfo PHP Extension<br>GD PHP Extension<br>Mbstring PHP Extension<br>OpenSSL PHP Extension<br>Zip PHP Extension</p> |
| 데이터베이스   | MariaDB 또는 MySQL 5.1 이상                                                                                                                                               |
| 디스크      | 300M 이상 또는 500M 이상                                                                                                                                                    |
| 터미널(SSH) | 접속 가능 환경 권장                                                                                                                                                           |

## 권장 호스팅 환경

[XE 호스팅](https://www.xpressengine.io/hosting)을 사용하여 XE를 안정적으로 운영 및 설치할 수 있습니다. 현재 일부 호스팅사에서 XE3를 사용할 수 있는 환경을 운용하는 것으로 확인되나 기능 작동에 대한 보증은 지원하지 않습니다.

| 호스팅사            | 호스팅 제품                                                                                          |
| --------------- | ----------------------------------------------------------------------------------------------- |
| XE Hosting (추천) | [XE 호스팅 전체 상품](https://www.xpressengine.io/hosting)                                             |
| Cafe24          | [CAFE24 - 10G 광아우토반](https://www.cafe24.com/?controller=product_page\&type=basic\&page=autoban) |
| 닷홈              | [무제한 웹 호스팅 Basic 이상(Basic 포함)](https://www.dothome.co.kr/web/premium/#section1)                 |

무제한 웹 호스팅의 FREE 플랜에서는 PHP 7.0 을 설치하더라도 `allow_url_fopen` 과 같은 옵션을 사용할 수 없기에, Basic 이상의 상품을 신청 후 기술지원 게시판을 통해 설정 변경 요청이 필요합니다.


---

# 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://xpressengine.gitbook.io/xpressengine-manual/recommended-specifications.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.
