# 설치하기

### 설치 요구사항

* Rhymix 2.1 이상 (최신버전 유지 필수)
* PHP 7.4 이상
* 필수 PHP 모듈
  * curl
  * json
* SSL(https) 지원 필수 (TLS 1.2 이상)
* openssl
* `[시스템 설정 > 고급 설정 > 짧은 주소 사용 > 모든 주소 형태를 사용]` 체크

### 설치 방법

1. <https://github.com/Waterticket/rx-module-hotopay/releases> 에서 최신 버전의 zip 파일을 받아주세요
2. 해당 파일을 `[Rhymix 설치 위치/modules/hotopay]` 에 압축해제 해주세요
3. 설치한 사이트에 접속 후 관리자 패널에서 `[DB Table 생성하기]`와 `[모듈설정 완료]` 버튼을 클릭해주세요


---

# 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://hotopaydocs.potatosoft.kr/install.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.
