Bugfree部署说明.doc
上传人:sy****28 上传时间:2024-09-14 格式:DOC 页数:5 大小:86KB 金币:16 举报 版权申诉
预览加载中,请您耐心等待几秒...

Bugfree部署说明.doc

Bugfree部署说明.doc

预览

在线预览结束,喜欢就下载吧,查找使用更方便

16 金币

下载此文档

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

Bugfree部署说明部署需要:Apache+Mysql+Php的部署推荐使用XAMPP,下载地址:HYPERLINK"http://sourceforge.net/projects/xampp/"http://sourceforge.net/projects/xampp/安装及设置步骤直接运行XAMPP的安装程序完成安装后,以Searver的IP为192.168.1.254为例:打开XAMPP的控制面板,如下图所示:如果发现Apache和MySQL均处于“Running”状态,即表示安装成功,此时可以在浏览器中输入HYPERLINK"http://192.168.1.254/"http://192.168.1.254/即可进入XAMPP的设置界面。如果发现Apache未运行,并且点击前方的Svc选择框弹出错误提示,则有可能是端口冲突,可做设置如下:进入XAMPP下的Apache目录,找到apache\conf下的http.conf文件,打开后找到如下文字:##Listen:AllowsyoutobindApachetospecificIPaddressesand/or#ports,insteadofthedefault.Seealsothe<VirtualHost>#directive.##ChangethistoListenonspecificIPaddressesasshownbelowto#preventApachefromglommingontoallboundIPaddresses(0.0.0.0)##Listen12.34.56.78:80Listen808将Listen80改为Listen:Port,Port是未使用端口,如808,找到##ServerNamegivesthenameandportthattheserverusestoidentifyitself.#Thiscanoftenbedeterminedautomatically,butwerecommendyouspecify#itexplicitlytopreventproblemsduringstartup.##Ifyourhostdoesn'thavearegisteredDNSname,enteritsIPaddresshere.#ServerNamelocalhost:808将ServerName改为localhost:Port,Port是未使用端口,如808,找到apache\conf\extra目录下的httpd-ssl.conf文件,找到如下文字:##WhenwealsoprovideSSLwehavetolistentothe#standardHTTPport(seeabove)andtotheHTTPSport##Note:ConfigurationsthatuseIPv6butnotIPv4-mappedaddressesneedtwo#Listendirectives:"Listen[::]:443"and"Listen0.0.0.0:443"#Listen4433将默认的Listen端口修改为Listen:Port,Port是未使用端口,如4433,找到如下文字:####SSLVirtualHostContext##<VirtualHost_default_:4433>#GeneralsetupforthevirtualhostDocumentRoot"L:/xampp/htdocs"ServerNamelocalhost:4433ServerAdminadmin@localhostErrorLoglogs/error.log<IfModulelog_config_module>CustomLoglogs/access.logcombined</IfModule>将里面的端口号改为同样的端口号,如4433,改完之后,保存。之后,在XAMPP的控制面板里面就可以安装Apache服务和运行Apache了。在浏览器栏中输入HYPERLINK"http://192.1.254:808/"http://192.1.254:808/之后,选择界面中出现的语言中文,即可进入如下的界面,可以选择左侧列表的“安全”,并设置XAMPP的相关安全设置。安装完成XAMPP后,即可开始BUGFREE的安装,首先下载bugfree的最新版本,可以到HYPERLINK"http://www.bugfree.org.cn/"http://www.bugfree.org.cn/上去下载,之后,将压缩包直接解压到XAM