phpBB3 をインストールするメモ

http://bbmods.info/bbs/viewforum.php?f=7 から、日本語版phpBB-3.0.2-ja.zipを取ってくる。サーバにアップして、解凍。

http://www.smb.net/~kuji/BBS/phpBB-3.0.4-ja/install/index.php

へアクセスし、ダイアログに従ってインストール開始する。と、どうやら、 ImgeMagick が要りそう・・・で、

portinstall graphics/ImageMagick
portinstall graphics/p5-GD
portinstall net-im/jabber 

phpBB3用のMySQLデータベースを作る

% mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 202
Server version: 5.1.28-rc-log FreeBSD port: mysql-server-5.1.28_1

Type 'help;' or '\h' for help. Type '\c' to clear the buffer. 

mysql> create database BB3;
Query OK, 1 row affected (0.00 sec)

mysql> use BB3
Database changed
mysql> grant all privileges on BB3.*
    -> to bb3@localhost identified by 'xxxxxx';
Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

mysql> exit

http://www.forums-free.com/ja/phpbb3-styles/

http://www.smb.net/~kuji/BBS/phpBB-3.0.2-ja/index.php


トップ   編集 凍結解除 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2009-02-16 (月) 13:48:40