google搜索 51Testing站内搜索                    软件测试门户 | 软件测试培 训 | 文章资料精选 | 软件测试论坛 | 软件测试博客 | 测试招聘求职 
打印

bugzilla如何安装

网上的资料很多的


l网上的资料很多的

TOP

Thanks a lot for your work.


Thanks a lot for your work.

TOP

一定要用mysql么?

TOP

楼主解决了吗?


TO:sanmzhou
不知道你的问题解决了。我现在也遇到同样的问题。真的好郁闷。希望大家多多指点。谢谢大家了。斑竹帮解决一下吧。
QQ:173523683
开开心心~~

TOP

不知道你要安装在WINDOWS环境呢,还上LINUX环境?

我安装的是WIN2000下的,是从网上找的资料!我这有WIN2000环境下的安装步骤,也是从网上找的,希望能对你有点帮助!

TOP

我下载的bugzilla ( 是在官方网站下载的,2。22。2版)解压之后,请问点哪个文件安装呀,我很菜,

TOP

在linux下如何安装和配置bugzilla并收邮件


在linux下如何安装和配置bugzilla并收邮件?

TOP

换mantis吧,安装非常方便!
www.mantis.org.cn (mantis中文论坛)

TOP

XP和2K一样吗?

nana最爱泡泡浴.。o O ○
小乌龟慢慢地爬。。。
msn:yinna333@hotmail.com
o(∩_∩)o

TOP

我还以为BUGZILLA只能是安装在LINUX下面呢,还可以搭建在WINDOWS下的,长知识了

TOP

ddddddyes

TOP

回复 #2 dongxiaoxiao 的帖子


thx ar

TOP

引用:
原帖由 dream137 于 2007-3-2 10:32 发表
Checking perl modules ...
Checking for       AppConfig (v1.52)   ok: found v1.55
Checking for             CGI (v2.93)   ok: found v3.04
Checking for    Data::Dumper (any)     ok: found v2.121_ ...
问题是这句
Checking for      File::Spec (v0.84)    found v0.82
perl自带对FILE SPEC版本就可以了,你在SETUP.DAT中讲安装FILE SPEC的那句删去就OK了
๑۩۞۩ღ

TOP

还有Checking for  HTML::Scrubber (any)      not found

这个因为你没有安装这个模块,去下一个,安装上就OK了
๑۩۞۩ღ

TOP

windows下好象就是没有配套的邮件收发模块


windows下好象就是没有配套的邮件收发模块,只有linux下才可以收发邮件

TOP

引用:
原帖由 dongxiaoxiao 于 2005-8-12 15:00 发表
不知道你要安装在WINDOWS环境呢,还上LINUX环境?

我安装的是WIN2000下的,是从网上找的资料!我这有WIN2000环境下的安装步骤,也是从网上找的,希望能对你有点帮助!
不知道2003下好用不

TOP

引用:
原帖由 dongxiaoxiao 于 2005-8-12 15:00 发表
不知道你要安装在WINDOWS环境呢,还上LINUX环境?

我安装的是WIN2000下的,是从网上找的资料!我这有WIN2000环境下的安装步骤,也是从网上找的,希望能对你有点帮助!
不知道2003下好用不

TOP

安装后 打开出错怎么办


#!/usr/bin/perl -wT
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is the Bugzilla Bug Tracking System.
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Jacob Steenhagen <jake@bugzilla.org>
#

###############################################################################
# Script Initialization
###############################################################################

# Make it harder for us to do dangerous things in Perl.
use strict;

# Include the Bugzilla CGI and general utility library.
use lib ".";
require "CGI.pl";

use vars qw(
  $vars
);

# Check whether or not the user is logged in and, if so, set the $::userid
use Bugzilla::Constants;
Bugzilla->login(LOGIN_OPTIONAL);

###############################################################################
# Main Body Execution
###############################################################################

my $cgi = Bugzilla->cgi;
# Force to use HTTPS unless Param('ssl') equals 'never'.
# This is required because the user may want to log in from here.
if (Param('sslbase') ne '' and Param('ssl') ne 'never') {
    $cgi->require_https(Param('sslbase'));
}

my $template = Bugzilla->template;

# Return the appropriate HTTP response headers.
print $cgi->header();

# Generate and return the UI (HTML page) from the appropriate template.
$template->process("index.html.tmpl", $vars)
  || ThrowTemplateError($template->error());

打开 http://localhost/ 出现上面的东西 是配置安装时什么时候出的错? 怎么办! 在线等   xp系统

[ 本帖最后由 Allan_Wang 于 2007-7-27 11:39 编辑 ]

TOP

可以按照文档来安装一下看看效果。我原先也没有安装成功

TOP

hehe
路漫漫其修远兮,吾将上下而求索!

TOP

 
当前时区 GMT+8, 现在时间是 2008-10-14 23:05Copyright(C)上海博为峰软件技术有限公司 2001-2007 电话:021-64471599-8017
当您在访问网站、论坛及博客过程中遇到问题时可发送email:webmaster@51testing.com或发送论坛短信至管理员风在吹