저장소 주소 변경: GitHub Gitea
모든 파일의 Git 저장소 주소를 변경: - https://github.com/yourusername/cafe24-testserver https://git.siane.kr/firstgarden/cafe24-testserver 변경된 파일: - README.md: 3곳 - proxmox/README.md: 4곳 - proxmox/setup.sh: 3곳 - proxmox/create_vm.sh: 1곳 - proxmox/create_lxc.sh: 2곳 - vm/setup_common.sh: 1곳 - lxc/setup_mariadb.sh: 1곳
This commit is contained in:
@ -55,7 +55,7 @@ Proxmox VE 호스트의 root 계정에서 한 명령어로 VM과 LXC를 모두
|
||||
```bash
|
||||
# Proxmox 호스트에서 root로 실행
|
||||
cd /root
|
||||
git clone https://github.com/yourusername/cafe24-testserver.git
|
||||
git clone https://git.siane.kr/firstgarden/cafe24-testserver.git
|
||||
cd cafe24-testserver
|
||||
chmod +x proxmox/setup.sh
|
||||
./proxmox/setup.sh
|
||||
@ -139,7 +139,7 @@ SSH로 VM1에 접속한 후:
|
||||
```bash
|
||||
# 스크립트 다운로드
|
||||
cd ~
|
||||
git clone https://github.com/yourusername/cafe24-testserver.git
|
||||
git clone https://git.siane.kr/firstgarden/cafe24-testserver.git
|
||||
cd cafe24-testserver
|
||||
|
||||
# 공통 설정 실행
|
||||
@ -169,7 +169,7 @@ LXC에서 Root로 로그인한 후:
|
||||
```bash
|
||||
# 스크립트 다운로드
|
||||
cd /root
|
||||
curl -fsSL https://github.com/yourusername/cafe24-testserver/archive/main.tar.gz | tar xz
|
||||
curl -fsSL https://git.siane.kr/firstgarden/cafe24-testserver/archive/main.tar.gz | tar xz
|
||||
cd cafe24-testserver-main
|
||||
|
||||
# MariaDB 설정 실행
|
||||
|
||||
Reference in New Issue
Block a user