From 8ba20bf4d2061c8aeb6955e58468faadbfdbbf4f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 15 Sep 2019 23:25:11 +0900 Subject: [PATCH] =?UTF-8?q?Docker=EB=A5=BC=20=EC=9D=B4=EC=9A=A9=ED=95=9C?= =?UTF-8?q?=20=EC=84=A4=EC=B9=98=20=EC=95=88=EB=82=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b84dc81d..14473fec 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,11 @@ Linux는 Ubuntu 16.04, Windows는 Windows 10에서 XAMPP를 사용한 환경에 Docker를 이용한 설치는 계획중입니다. -## 설치 +## Docker를 이용한 설치 + +https://storage.hided.net/gogs/devsam/docker 를 참고해 주세요. + +## 수동 설치 본 게임은 git을 이용한 업그레이드 시스템을 구현하였으므로, git이 필요합니다. 또한 웹 서비스 데몬을 운영중인 사용자(일반적으로 www-data, apache)에게 디렉토리 권한이 주어져야합니다. @@ -30,8 +34,8 @@ Docker를 이용한 설치는 계획중입니다. 웹 데몬 user가 www-data인 경우 다음과 같이 입력하여 최신 배포버전과 이미지 파일을 얻을 수 있습니다. ``` -sudo -u www-data git clone ssh://git@storage.hided.net:2525/devsam/core.git -git clone ssh://git@storage.hided.net:2525/devsam/image.git +sudo -u www-data git clone https://storage.hided.net/gogs/devsam/core.git +git clone https://storage.hided.net/gogs/devsam/image.git ``` > 이미지는 git hook을 이용한 업데이트 기능을 제공하지만 아직 범용성 있는 설계가 되어있진 않습니다.