일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- rinux
- 리눅스
- 참조타입
- php
- 버추얼머신
- 오라클
- Oracle
- 라우터
- 이것이 자바다
- ospf
- w3school
- 데이터베이스
- ciscopacket
- 네트워크관리사
- 정보처리기사
- 정처기필기
- 네트워크
- javaee
- NCS
- cisco packet
- VLAN
- jsp
- sql
- 원형그래프
- 자바
- Cisco
- jsp연결
- html
- autoset
- Java
- Today
- Total
기록해! 정리해!
Rinux (8)- 그누보드 본문
1. 그누보드 들어가기( si.co.kr ) - 그누보드5 - 다운로드받기 - 압축풀기
[root@localhost html]# cp /home/korea/다운로드/gnuboard5-5.5.7.5.tar.gz /var/www/html
[root@localhost html]# ls
gnuboard5-5.5.7.5.tar.gz
[root@localhost html]# mkdir gnuboard
[root@localhost html]# mv ./gnuboard5-5.5.7.5.tar.gz ./gnuboard/
[root@localhost html]# cd gnuboard
[root@localhost gnuboard]# ls
gnuboard5-5.5.7.5.tar.gz
[root@localhost gnuboard]# gunzip gnuboard5-5.5.7.5.tar.gz
[root@localhost gnuboard]# tar xvf gnuboard5-5.5.7.5.tar
2. mysql
[root@localhost gnuboard]# mysql -u root -p (root는 계정명, -p는 암호)
비번 : world63
MariaDB로 들어오게됨
3. 홈페이지 들어가기
http://127.0.0.1:8888/gnuboard/install/
gnuboard> mkdir data
gnuboard> chmod 707 data
DB : gnuboard
[root@localhost gnuboard]# mysql -u root -p
use gnuboard;
show tables;
로그인 admin
비번 world63
관리자모드 환경설정 메뉴설정
게시판 생성
게시판 주소 복사
http://127.0.0.1:8888/gnuboard/bbs/board.php?bo_table=java001
[root@localhost gnuboard]# vi index.html
<h1> Park minjin </h1>
<a href=http://127.0.0.1:8888/gnuboard/bbs/board.php?bo_table=java001 target=new01 > java공부게시판 </a>
--href : 링크걸기
--target : 새 창띄우기
로그아웃
링크 들어가면
'Rinux' 카테고리의 다른 글
Rinux (10) -빈 파일, 계정 생성 (0) | 2022.06.08 |
---|---|
Rinux (9) -쉘 스크립트 출력(echo) (0) | 2022.06.08 |
Rinux (7) (0) | 2022.06.07 |
Rinux 예제(3) (0) | 2022.06.07 |
Rinux 예제 (2) (0) | 2022.06.07 |