저장소 주소 변경: 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:
@ -48,7 +48,7 @@ print_info "=========================================="
|
||||
echo ""
|
||||
|
||||
# 1. Git 저장소 확인
|
||||
REPO_URL="https://github.com/yourusername/cafe24-testserver.git"
|
||||
REPO_URL="https://git.siane.kr/firstgarden/cafe24-testserver.git"
|
||||
REPO_DIR="/root/cafe24-testserver"
|
||||
|
||||
read -p "Git 저장소 URL [${REPO_URL}]: " input_repo
|
||||
@ -205,7 +205,7 @@ create_vm() {
|
||||
print_info "4. 설치 완료 후 다음 명령어 실행:"
|
||||
echo ""
|
||||
echo " ssh firstgarden@<VM_IP>"
|
||||
echo " curl -fsSL https://github.com/yourusername/cafe24-testserver/archive/main.tar.gz | tar xz"
|
||||
echo " curl -fsSL https://git.siane.kr/firstgarden/cafe24-testserver/archive/main.tar.gz | tar xz"
|
||||
echo " cd cafe24-testserver-main"
|
||||
echo " chmod +x vm/setup_common.sh"
|
||||
echo " ./vm/setup_common.sh"
|
||||
@ -243,7 +243,7 @@ create_lxc() {
|
||||
pct exec "$lxc_id" -- bash -c "
|
||||
set -e
|
||||
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
|
||||
chmod +x lxc/setup_mariadb.sh
|
||||
./lxc/setup_mariadb.sh
|
||||
|
||||
Reference in New Issue
Block a user