介于网友的提问,他在看了PHP5.6.30与Apache2.4.x配置
的基础上该如何配置Mysql和mantis缺陷管理平台。
首先下载Mysql,可参考Mysql5.6.x.zip压缩配置安装
然后进行PHP配置Mysql,打开PHP安装目录,编辑php.ini文件。
找到下图红框,将其原有的前面分号去掉即可。
在 Apache24/htdocs目录下 建一文件 index.php,并编辑它。
- 1
然后在浏览器输入 http://localhost/index.php
结果如下图说明PHP与Mysql配置成功。
至于Mantis 先将其下载下来http://www.mantisbt.org/download.php
或到github上下载也是可以的,https://github.com/mantisbt/mantisbt
把下载的Mantis解压至这个目录中
在浏览器地址栏输入http://localhost/mantisbt/index.php
在这之前,你要确保你的电脑安装好了Mysql,并打开Mysql服务了。
如果没安装,就跳转到http://localhost/mantisbt/admin/install.php
页面
