저장소 주소 변경: 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:
2025-12-23 11:54:41 +09:00
parent 83f5efc7af
commit c95547628b
7 changed files with 15 additions and 15 deletions

View File

@ -129,7 +129,7 @@ if [ $? -eq 0 ]; then
echo " ssh firstgarden@<VM_IP>"
echo ""
echo " 스크립트 실행:"
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 && ./vm/setup_common.sh"
echo " chmod +x vm/install_php.sh"