Blog Archive for June 10, 2010

Mercurial repos with Apache on Fedora 11

June 10, 2010

This covers getting a mercurial repository up and running on a fedora 11 box through Apache, using mod_wsgi. This is for use behind a firewall - there is no security on who can push and no requirement for SSL.

Install Software

Install mercurial binaries using the package manager.

yum install …

Installing Bugzilla on Fedora 11

June 10, 2010

Basic Install

Here's the initial commands to install bugzilla and then restart apache. This assumes that Apache and Postgres are already installed.

yum install bugzilla 
yum install bugzilla-contrib
/etc/init.d/httpd restart

http://localhost/bugzilla now gives:

The /var/lib/bugzilla/data/params file does not exist. You probably need to run checksetup.pl. at Bugzilla/Config.pm line 333.
Compilation …