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 ```