Welcome 微信登录
编程资源 图片资源库 蚂蚁家优选 PDF转换器

首页 / 操作系统 / Linux / Ubuntu中轻松安装配置bug管理系统bugzilla

我们需要在Ubuntu中建一个自己的bug管理系统,我就自己动手自己安装bugzilla了,在安装之前我在网上google了一下,看了一个网友的安装心得,不过基本上没有在Ubuntu/debian上安装的。我就自己试着开始了。不多说了:sudo apt-get install mysql-server注意:需要设置mysql的root 用户的密码,注意要和以后的bugzilla的管理员密码一致 sudo apt-get install bugzilla按照需要输入管理员帐号,密码Ubuntu把需要的apache,sendmail,还有那些依赖的perl模块都一起安装了.开始配置bugzilla配置apache2
vi /etc/apache2/httpd.conf 添加
ServerNmae localhost:80
sudo /etc/init.d/apache2 restart
配置bugzilla
vi /etc/bugzilla/localconfig
修改相应的配置:
$webservergroup = "www-data";#
# How to access the SQL database:
#
$db_host = "localhost"; # where is the database?
$db_port = 3306; # which port to use
$db_name = "bugs"; # name of the MySQL database
$db_user = "bugs"; # user to attach to the MySQL database
#
# Some people actually use passwords with their MySQL database ...
#
$db_pass = "1234";#
# Should checksetup.pl try to check if your MySQL setup is correct?
# (with some combinations of MySQL/Msql-mysql/Perl/moonphase this doesn"t work)
#
$db_check = 1;
$index_html = 1;
  • 1
  • 2
  • 下一页
Ubuntu下删除wine再来安装virtulbox虚拟机Ubuntu7.10下安装最新版Wine 0.9.51 步骤相关资讯      ubuntu安装  bugzilla  bug管理系统 
  • Linux系统教程:如何通过代理服务  (03月17日)
  • Linux系统入门教程: 当使用代理服  (11/08/2015 09:04:46)
  • 攻击者入侵 Bugzilla 访问未公开   (09/06/2015 21:15:51)
  • 在 FreeBSD 10.2 上如何通过配置   (02月16日)
  • Bugzilla Util.pm权限提升漏洞(CVE  (09/15/2015 19:09:15)
  • Bugzilla 5.0 新特性:新增REST   (07/31/2015 09:04:11)
本文评论 查看全部评论 (0)
表情: 姓名: 字数