diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-06-05 11:42:06 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-06-05 11:42:06 +0800 |
commit | 3fd07b1f3b350e740243febed4b8d89577e976ed (patch) | |
tree | 3ba45706855ed46751f8e17efdc0ddcc12ef1aa5 | |
parent | e6da6d1d7a00750e940b6ca4c1d2eba98f57ea9f (diff) | |
download | pttbbs-3fd07b1f3b350e740243febed4b8d89577e976ed.tar pttbbs-3fd07b1f3b350e740243febed4b8d89577e976ed.tar.gz pttbbs-3fd07b1f3b350e740243febed4b8d89577e976ed.tar.bz2 pttbbs-3fd07b1f3b350e740243febed4b8d89577e976ed.tar.lz pttbbs-3fd07b1f3b350e740243febed4b8d89577e976ed.tar.xz pttbbs-3fd07b1f3b350e740243febed4b8d89577e976ed.tar.zst pttbbs-3fd07b1f3b350e740243febed4b8d89577e976ed.zip |
need mysql support
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@933 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/blog/INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pttbbs/blog/INSTALL b/pttbbs/blog/INSTALL index b5dafd6c..e176ab88 100644 --- a/pttbbs/blog/INSTALL +++ b/pttbbs/blog/INSTALL @@ -1,5 +1,5 @@ 這篇文章在描述怎麼架設 PttBlog, 最後一次修正的時間為: -$Id: INSTALL,v 1.1 2003/06/02 15:22:48 in2 Exp $ +$Id: INSTALL,v 1.2 2003/06/05 03:42:06 in2 Exp $ 請注意, PttBlog本來主要是設計給 Ptt2 站台使用, 目前正在開發階段, 並未接受嚴密的測試, 可能還缺少很多功能, 以及可能有許多的 bug. @@ -9,10 +9,13 @@ $Id: INSTALL,v 1.1 2003/06/02 15:22:48 in2 Exp $ apache /usr/ports/www/apache13/ perl /usr/ports/lang/perl5.8/ mod_perl /usr/ports/www/mod_perl/ + mysql /usr/ports/databases/mysql323-server/ 以及下列的 module Template /usr/ports/www/p5-Template-Toolkit/ Date::Calc /usr/ports/devel/p5-Date-Calc/ + DBI /usr/ports/databases/p5-DBI/ + DBD::mysql /usr/ports/databases/p5-DBD-mysql/ 2.設定 apache 可以直接透過 mod_perl 來跑 perl script . 在您的 apache.conf (or httpd.conf)中, 應該會有: |