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

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