복붙 용이하도록 README.md 수정

This commit is contained in:
2025-12-23 13:12:42 +09:00
parent aaf49c681b
commit a40e0c6faf

View File

@ -84,20 +84,21 @@ chmod +x proxmox/setup.sh
#### VM 공통 설정 (Apache, FTP, Vim, Bash)
- VM에 SSH 접속 후 실행
```bash
# VM에 SSH 접속 후 실행
curl -fsSL https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/main/vm/setup_common.sh | bash
```
#### PHP 8.2 설치
- 위의 setup_common.sh 이후 실행
```bash
# 위의 setup_common.sh 이후 실행
curl -fsSL https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/main/vm/install_php.sh | bash -s 8.2
```
#### PHP 8.4 설치
- 위의 setup_common.sh 이후 실행
```bash
curl -fsSL https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/main/vm/install_php.sh | bash -s 8.4
```