====== Bugzilla ======
===== Installation =====
- apt-get install -y apache2 mysql-server libdatetime-perl libtime-format-perl libtimedate-perl libtemplate-perl libemail-mime-perl libemail-send-perl liburi-perl libmath-random-isaac-perl libgd-gd2-perl libchart-perl libxml-twig-perl liblwp-useragent-determined-perl libsoap-lite-perl libjson-rpc-perl libjson-xs-perl libhtml-parser-perl libhtml-scrubber-perl libencode-detect-perl libhtml-formattext-withlinks-perl libfile-mimeinfo-perl libgd-text-perl libgd-graph-perl libtest-taint-perl libtemplate-plugin-gd-perl
- Bugzilla downloaden: [[http://www.bugzilla.org/download/#stable|hier]]
- ... und entpacken nach /var/www
- mysql -u root -p
- GRANT SELECT, INSERT,
UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES,
CREATE TEMPORARY TABLES, DROP, REFERENCES ON bugs.*
TO bugs@localhost IDENTIFIED BY '1234';
: legt die Datenbank namens 'bugs' mit Passwort '1234' an.
- FLUSH PRIVILEGES;
- in localconfig:$db_pass = '1234';
und $webservergroup = 'www-data';
anpassen.
- ./checksetup.pl
Admin ist test@test.com mit Passwort '123456'.
- cd /var/www; ln -s bugzilla* bugzilla
- In /etc/apache2/sites-enabled/000-default:
AddHandler cgi-script .cgi
Options +ExecCGI
DirectoryIndex index.cgi index.html
AllowOverride Limit FileInfo Indexes Options
hinzufuegen.
- Apache neustarten
- Jetzt ist bugzilla unter /bugzilla zu erreichen!
===== Virtuelle Maschine =====
Fuer Oracle VirtualBox
* Debian 7
* Apache2
* mysql
* bugzilla 4.4
* [[https://wiki.ex23.de/data/debBugzilla_2013-10-14.tar.bz2|Download]]