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

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 une petite ligne de commande :

sudo ln -s /usr/share/bugzilla3/web /var/www/bugzilla3

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

sudo nano /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

FIXME

Avec Subeclipse FIXME


Contributeurs : chtiland

  • bugzilla3.1237482661.txt.gz
  • Dernière modification: Le 19/03/2009, 18:11
  • par 213.95.41.13