What is Bugzilla C3PO?
Bugzilla is server software designed to help you manage software development.
C3P0 is a PHP script for filing multiple bugs at once wih Bugzilla? by setting a parameters such as locale(language). It saves you time when filing those pesky bugs.
You can find it here,
https://github.com/milossh/bugzilla-c3po
10 steps to Configuring Bugzilla
The instructions in this article require shell access unless otherwise stated.
Use the PuTTY client on Windows, or SSH on UNIX and UNIX-like systems.
Log in to your account using SSH.
Download the bugzilla tarball:
wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-STABLE.tar.gz
Change to your html directory (i.e. the directory that will store files for bugs.myOwnDomain.com) using the command
cd myOwnDomain.com/bugs
(Hint, if that directory does not exist you can make it with
mkdir $HOME/myOwnDomain.com/bugs
Untar the Bugzilla tarball into your html directory: