그누보드4 설치

  다른 뜻에 대해서는 그누보드5 설치 문서를 참조하십시오.
그누보드4 설치

1 다운로드[ | ]

2 업로드, 압축해제[ | ]

  • gnuboard4.utf8.tgz를 서버에 업로드
  • 압축 해제
[root@zetawiki ~]# tar xfvz gnuboard4.utf8.tgz -C /var/www/html/
... (생략)
gnuboard4/head.php
gnuboard4/common.php
gnuboard4/_common.php
  • gnuboard4 폴더 퍼미션 변경
[root@zetawiki ~]# chmod 777 /var/www/html/gnuboard4/
[root@zetawiki ~]# ll /var/www/html/gnuboard4/
total 316
drwxr-xr-x  3 502 502   4096 Sep  6 13:37 adm
drwxr-xr-x  5 502 502   4096 Feb 14  2013 bbs
drwxrwxr-x  6 502 502   4096 Oct 23  2012 cheditor5
... (생략)

3 DB 생성[ | ]

기존에 있는 DATABASE를 이용해도 되지만 필자는 그누보드용 DB를 따로 만들었다.

[root@zetawiki ~]# mysql -uroot -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6185
Server version: 5.1.61 Source distribution

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> CREATE DATABASE gnudb;
Query OK, 1 row affected (0.00 sec)

mysql> quit
Bye

4 웹 접속[ | ]

환경설정의 최신글 스킨경로를 기본 스킨으로 합니다. // 사용방법 // latest(스킨, 게시판아이디, 출력라인, 글자수); echo latest("basic", $row['bo_table'], 10, 70); echo " 
 
\n"; } ?>
환경설정의 최신글 스킨경로를 기본 스킨으로 합니다. (그누보드)를 참고하여 해결
  • 아래 내용의 팝업창이 열림

 

  • "라이센스(Licence) 내용을 반드시 확인하십시오..." --- [예, 동의합니다]
  • MySQL 정보입력, 최고관리자 정보입력 --- [다음]
  • "설치를 시작합니다. ... 필요한 Table, File, 디렉토리 생성을 모두 완료 하였습니다." --- [메인화면]

 

5 같이 보기[ | ]

6 주석[ | ]

  1. utf8 버전과, euckr 버전이 있음

7 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}