From a40e0c6faf529e5079650ebc00a1f996f0eb133e Mon Sep 17 00:00:00 2001 From: KWON Date: Tue, 23 Dec 2025 13:12:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=B5=EB=B6=99=20=EC=9A=A9=EC=9D=B4?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20README.md=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c438e03..8449540 100644 --- a/README.md +++ b/README.md @@ -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 ```