phpBB
相關連結與資源:
原始站台
http://www.phpbb.com/downloads.php
原始程式
http://twtelecom.dl.sourceforge.net/sourceforge/phpbb/phpBB-2.0.2.tar.gz
下載後,直接解壓縮即可。
中文語系檔
http://umn.dl.sourceforge.net/sourceforge/phpbb/lang_chinese_traditional_taiwan.tar.gz
請在 language 資料夾中解壓縮此檔案。
中文圖型檔
http://umn.dl.sourceforge.net/sourceforge/phpbb/subSilver_chinese_traditional_taiwan.tar.gz
請在 templates 資料夾中解壓縮此檔案。
mirror
本站FTP
安裝
以 ports 方式安裝(ps. 更新稍慢,也就是說,可能會裝到舊版)。
cd /usr/ports/www/phpbb
make install clean
以 tarball 方式安裝(ps. 可以自己上網抓最新的版本回來裝)。
下載後,直接解壓縮即可。
再安裝中文語系檔與中文圖形檔。
設定
檔案權限
chown www config.php && chmod u+w config.php
建立空的database,不必建table
進入 mysql
create database phpbb ;
建 database 就好,不用建 table ,稍後 phpBB 會幫你做 everything 。
進一步設定
先安裝中文語系檔案。
以瀏覽器來設定
進入網址: http://YourWeb/phpBB2/
選中文語系,再按 install 鈕。
出現中文介面之後就很好操作了。
檔案權限
chmod 644 config.php