복붙 용이하도록 README.md 수정
This commit is contained in:
@ -84,20 +84,21 @@ chmod +x proxmox/setup.sh
|
|||||||
|
|
||||||
#### VM 공통 설정 (Apache, FTP, Vim, Bash)
|
#### VM 공통 설정 (Apache, FTP, Vim, Bash)
|
||||||
|
|
||||||
|
- VM에 SSH 접속 후 실행
|
||||||
```bash
|
```bash
|
||||||
# VM에 SSH 접속 후 실행
|
|
||||||
curl -fsSL https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/main/vm/setup_common.sh | bash
|
curl -fsSL https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/main/vm/setup_common.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
#### PHP 8.2 설치
|
#### PHP 8.2 설치
|
||||||
|
|
||||||
|
- 위의 setup_common.sh 이후 실행
|
||||||
```bash
|
```bash
|
||||||
# 위의 setup_common.sh 이후 실행
|
|
||||||
curl -fsSL https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/main/vm/install_php.sh | bash -s 8.2
|
curl -fsSL https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/main/vm/install_php.sh | bash -s 8.2
|
||||||
```
|
```
|
||||||
|
|
||||||
#### PHP 8.4 설치
|
#### PHP 8.4 설치
|
||||||
|
|
||||||
|
- 위의 setup_common.sh 이후 실행
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/main/vm/install_php.sh | bash -s 8.4
|
curl -fsSL https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/main/vm/install_php.sh | bash -s 8.4
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user