Bugzlla安装,亲自安装成功,解决发邮件问题.doc

Bugzlla安装,亲自安装成功,解决发邮件问题.doc

  1. 1、本文档共9页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Bugzilla安装与配置 1.安装依赖 yum install mysql yum install mysql-devel yum install perl 2.解压bugzilla tar xzf bugzilla-3.6.3.tar.gz 利用checksetup.pl脚本检查所需perl模块是否齐全 cd bugzilla-3.6.3 ./checksetup.pl --check-modules /usr/bin/perl install-module.pl --all 如果在安装中出现YAML version is too low …的错误,解决办法如下: vi ./bugzilla-3.6.3/lib/CPAN.pm,在第59行之后加入 “use YAML;”再执行安装。 3.创建mysql数据库 /etc/init.d/mysqld start /usr/bin/mysqladmin -u root password 123456 mysql –uroot –p create database bugs; 4.修改bugzilla配置文件 Vi ./bugzilla-3.6.3/localconfig 设置如下参数: $db_driver = mysql; $db_host = localhost; $db_name = bugs; $db_user = ; $db_pass = ********; 5.执行安装,并设置管理员的登录邮箱、密码、用户名 ./checksetup.pl Enter the e-mail address of the administrator: comebackdog@ Enter the real name of the administrator: renliang Enter a password for the administrator account: Please retype the password to verify: comebackdog@ is now set up as an administrator. Creating initial dummy product TestProduct... Now that you have installed Bugzilla, you should visit the Parameters page (linked in the footer of the Administrator account) to ensure it is set up as you wish - this includes setting the urlbase option to the correct URL. 6.http server服务器的配置 1.mv ./bugzilla-3.6.3 /var/www/html/bugs 2.httpd.conf配置文件,添加如下内容 Directory /var/www/html/bugs AddHandler cgi-script .cgi Options +Indexes +ExecCGI DirectoryIndex index.cgi AllowOverride Limit /Directory 改完之后重启Server 7.邮件设置 Administration?Parameters?email,进行如下设置: 7.关于邮件发不出的定位方法: 1、The new value for smtp_username is invalid: SMTP Authentication is not available. Run checksetup.pl for more details. 这是我在Bugzilla中Create New Account的时候发验证邮件时产生的,这个的原因是Perl有个模块没有安装,安装下就可以了 sudo perl install-module.pl Authen::SASL 自己先可以通过$ ./checksetup.pl –check-modules查看下已经安装了哪些模块 只要安装好,上述的这个问题就解决了 2、提示邮件成功发送,但是实际邮件没有发送出去,因为我填的邮箱没有收到邮件 在这里我原先是开启了use_mailer_queue这个功能 于是我选择使用Test模式(Parameters - Email - mail_delivery_method - SMTP)再发了一次,mailer.testfile木有邮件 网 络上有人和我是一样的问题,发不出去邮件,我参看这里/ever__love/blog/item /62473a97

文档评论(0)

cj80011 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档