【bugfree】安装

我用的是WIN8系统

首先要安装XAMPP,开始里面的Apache和MySQL服务。

在运行Apache服务时报错:

---------------------------------------------

19:17:19 [Apache] Error: Apache shutdown unexpectedly.
19:17:19 [Apache] This may be due to a blocked port, missing dependencies,
19:17:19 [Apache] improper privileges, a crash, or a shutdown by another method.
19:17:19 [Apache] Press the Logs button to view error logs and check
19:17:19 [Apache] the Windows Event Viewer for more clues
19:17:19 [Apache] If you need more help, copy and post this
19:17:19 [Apache] entire log window on the forums

---------------------------------------------

在cmd下运行xampp\apache\bin\httpd.exe 打印错误信息。发现端口号80被占用。

打开xampp\apache\conf\httpd.conf 把Listen 80 改成Listen 8001

改完发现还是报错,变成443端口被占用。

可以通过修改端口号:xampp\apache\conf\extra\httpd-ssl.conf 中的443全部改为4431

或者杀掉当前使用443端口的进程

  管理员身份运行cmd

  输入 netstat -ano|findstr 443 找到占用443端口的进程

  输入 taskkill /F /PID 进程号  强制杀掉进程  (后来发现,原来是为知笔记)

再打开Apache服务,成功。

 

在xampp\htdocs\中新建 BugFile文件夹

在浏览器中输入 http://localhost:8001/bugfree/ 进入安装页面 (注:8001是我们修改的端口号)

由于我没有添加mysql的密码,所以安装中密码那一行留空白就可以

 

安装成功后会显示初始用户名和密码 初始用户名: admin 初始密码: 123456

 

 

一些使用到的教程:

http://www.cnblogs.com/EddyPeng/archive/2013/04/26/3044482.html

http://www.cnblogs.com/newstart/archive/2012/09/15/2686030.html

http://jingyan.baidu.com/article/48b558e35544cc7f38c09af2.html

http://blog.csdn.net/threedonkey/article/details/8217980

转载于:https://www.cnblogs.com/dplearning/p/4731224.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值