mantis+dokuwiki 快速安装手册


       一路NEXT后安装完XAMPP之后,把mantisbt-1.2.11.zip,dokuwiki-2012-01-25a.tgz 解压缩放到xampp的htdocs
目录下,目录分别改为mantisbt,dokuwiki。
       然后浏览器内输入http://localhost/mantisbt/install.php 输入正确的数据库用户民和密码信息。
       
       配置邮件在config_defaults_inc.php内,不想邮件通知的话:$g_enable_email_notification = OFF;
       集成dokuwiki在config_inc.php加一下参数:
$g_wiki_enable = ON;
$g_wiki_engine = 'dokuwiki';
# Wiki namespace to be used as root for all pages relating to this mantis installation.
$g_wiki_root_namespace = 'dokuwiki';
# URL under which the wiki engine is hosted. Must be on the same server.
$g_wiki_engine_url = $t_protocol . '://' . $t_host . '/%wiki_engine%/';


        浏览器内输入http://localhost/dokuwiki/install.php 对dokuwiki进行配置

        大功告成,我们BUG跟踪系统安装完毕,并且有wiki功能。

        mantis默认安装后的用户民和密码Administrator/root。
        dokuwiki的右侧SEARCH框输入内容后查询无结果后可以新增PAGE

posted @ 2012-07-04 17:26  ZhuangYinPing  阅读(1228)  评论(0编辑  收藏  举报