Download a BugZIlla tarball
Extract it to a public accessible web folder
Install all needed modules:
/usr/bin/perl install-module.pl –all
(lots of output)
Make the folder writable by the apache server
chmod a+w .
./checksetup.pl
Change it's settings
nano ./localconfig
—————-
$webservergroup = '';
$db_driver = 'mysql';
$db_host = 'localhost';
$db_name = 'bugs';
$db_user = 'bugs';
—————
./checksetup.pl