Bugzilla

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(OS X)
(OS X)
第28行: 第28行:
 
sudo apachectl restart
 
sudo apachectl restart
 
  http://localhost/bugzilla
 
  http://localhost/bugzilla
 +
You don't have permission to access /bugzilla/index.cgi on this server.
  
 
==用户==
 
==用户==

2014年12月5日 (五) 14:14的版本

红色瓢虫
Bugzilla.png

Bugzilla是用于软件缺陷追踪的网络应用程序,由Mozilla计划开发和应用。1998年,网景公司开放其源代码,后以Mozilla Public License协议授权。众多组织应用它作免费软件和产权软件的产品缺陷追踪。

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Bugzilla Thanks, Wikipedia.

目录

安装

Debian

OS X

sudo port install apache2
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist // 开机启动
cd bugzilla
./checksetup.pl --check-modules
sudo perl install-module.pl --all
./checksetup.pl
vim ./localconfig
./checksetup.pl

vim /etc/apache2/httpd.conf

<Directory /Library/WebServer/Documents>
AddHandler cgi-script .cgi
Options Indexes ExecCGI FollowSymLinks
DirectoryIndex index.cgi index.html
AllowOverride Limit
Order allow,deny
Allow from all
</Directory>

sudo apachectl restart

http://localhost/bugzilla

You don't have permission to access /bugzilla/index.cgi on this server.

用户

更多用户 >>>

链接

Comment-32x32.png

<discussion>characters_max=300</discussion>

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱