[Develope]

bugzilla install on fedora

하늘을닮은호수M 2008. 1. 4. 17:20
반응형
사용자 삽입 이미지
* 올바른 동작을 위해서는 perl이 필요함

1. install
#yum install bugzilla.noarch

2. configure
#cd /usr/share/bugzillar
#./checksetup.pl
과정 중 물어보는 내용을 적절히 채움

3. web 설정
#vi /etc/http/conf/http.conf
<Directory /var/www/html/bugzilla>
        AddHandler cgi-script .cgi
        Options +Indexes +ExecCGI
        DirectoryIndex index.cgi
        AllowOverride Limit
</Directory>

4. 실행
웹브라우저 주소에
http://주소/bugzilla 라고 치면 나옴

반응형