Cette page est en cours de rédaction.
Apportez votre aide…

Ceci est une ancienne révision du document !



BUGZILLA 3

La page n'existant pas encore je l'ai ajoutée brièvement, surtout pour un point à finaliser manuellement sous Ubuntu 8.10.

FIXME

Apache et Mysql doivent être installés et paramétrés (voir page lamp)

L'installation se révèle assez simple, un petit

sudo apt-get install bugzilla3

Suivre les instructions. Jusque là pas de problème particulier, sauf que l'accès via un navigateur ne fonctionne pas directement. Pour cela quelques petites manipulations :

cp /usr/share/bugzilla3/debian/apache.conf /etc/apache2/conf.d/bugzilla3.conf

apache2.conf

On le édite le fichier /etc/apache2/apache2.conf

A la fin du fichier on ajoute la ligne suivante :

RedirectMatch ^/cgi-bin/bugzilla3[/]*$ /cgi-bin/bugzilla3/index.cgi

httpd.conf

On édite le fichier /etc/apache2/httpd.conf

On y ajoute ces lignes :

<Directory /usr/share/bugzilla3/web>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>

On relance le serveur Apache

sudo /etc/init.d/apache2 restart

voire un reload ?

Si tout s'est bien passé vous pouvez accéder à Bugzilla avec le lien suivant

http://127.0.0.1/cgi-bin/bugzilla3/index.cgi

voire directement via ce lien grâce au RedirectMatch

http://127.0.0.1/cgi-bin/bugzilla3/

FIXME

Avec Subeclipse FIXME


Contributeurs : chtiland

  • bugzilla3.1237540947.txt.gz
  • Dernière modification: Le 20/03/2009, 10:22
  • par chtiland