From f2c4e66e27ae8a539d002df42b829d7dddb9472a Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 12 Mar 2013 17:47:27 +0900 Subject: [PATCH] =?UTF-8?q?data=20=EB=94=94=EB=A0=89=ED=86=A0=EB=A6=AC=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=EA=B0=80=20=EC=A0=9C=EB=8C=80=EB=A1=9C=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=EB=90=98=EB=8F=84=EB=A1=9D=20=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install.inc.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/install/install.inc.php b/install/install.inc.php index 3de1ecf34..a4f5df97b 100644 --- a/install/install.inc.php +++ b/install/install.inc.php @@ -57,9 +57,11 @@ if (file_exists($dbconfig_file)) { if (!is_dir($data_path)) { ?> -

루트 디렉토리에 아래로 '.G4_DATA_DIR.' 디렉토리를 생성하여 주십시오.
(common.php 파일이 있는곳이 루트 디렉토리 입니다.)

$> mkdir '.G4_DATA_DIR.'

위 명령 실행후 다시 설치하여 주십시오.

+

루트 디렉토리에 아래로 디렉토리를 생성하여 주십시오.
+ (common.php 파일이 있는곳이 루트 디렉토리 입니다.)

+ $> mkdir

+ 위 명령 실행후 브라우저를 새로고침 하십시오.

@@ -68,7 +70,9 @@ if (!is_dir($data_path)) if (!(is_readable($data_path) && is_writeable($data_path) && is_executable($data_path))) { ?> -

'.G4_DATA_DIR.' 디렉토리의 퍼미션을 707로 변경하여 주십시오.

$> chmod 707 '.G4_DATA_DIR.' 또는 chmod uo+rwx '.G4_DATA_DIR.'

위 명령 실행후 다시 설치하여 주십시오.

+

디렉토리의 퍼미션을 707로 변경하여 주십시오.

+ $> chmod 707 또는 chmod uo+rwx

+ 위 명령 실행후 브라우저를 새로고침 하십시오.