Life is short, you need Python

SVN Server setup 3

Intergrate Bugzilla and SVN

7. SCMbug installation
  1)rpm -ivh --force --nodeps scmbug-0.26.18-1.src.rpm
    rpm -ivh --force --nodeps scmbug-common-0.26.18-1.noarch.rpm
    rpm -ivh --force --nodeps scmbug-server-0.26.18-1.noarch.rpm
    rpm -ivh --force --nodeps scmbug-tools-0.26.18-1.noarch.rpm
    rpm -ivh --force --nodeps scmbug-doc-0.26.18-1.noarch.rpm

  2)perl -MCPAN -e "install XML::Simple"
    Prompt: No --> YES --> YES --> YES
  3)perl -MCPAN -e "install Log::Log4perl"

  4)Scmbug Configuration
  update daemon.conf
    #cd /etc/scmbug/
    #vim daemon.conf
    installation_directory => '/usr/local/apache2/htdocs/bugs',
    bug_url_prefix => IP->192.168.6.200
  start bugzilla service
    #/etc/init.d/scmbug_server start

   5)Intergration

   #cd /etc/init.d

   # #perl scmbug_install_glue.pl --scm=Subversion --product=test --repository=file:///svn/repos/test --bug=770 --binary-path=/bin,/usr/bin --daemon=127.0.0.1

posted @ 2010-08-16 13:32  runfox545  阅读(290)  评论(1编辑  收藏  举报
白月黑羽 Python教程 白月黑羽Python