(gs): Installing BugZilla into a subdomain

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';… Continue reading