Install Bugzilla on Linux 01
最近在做Bugzilla一些增強應用,Bugzilla是perl語言編寫的,就想著先裝一套Bugzilla的執行環境起來,這個安裝起來還真費工夫,特別是裡面的perl module的一些依賴關係,讓人挺崩潰的,於是記錄整個過程如下:
Overview:
1. Install Perl (5.8.1 or above)
2. Install a Database Engine
3. Install a Webserver
4. Install Bugzilla
5. Install Perl modules
6. Install a Mail Transfer Agent (Sendmail
8.7 or above, or an MTA that is Sendmail-compatible with at least this version)
7. Configure all of the above.
8. Create localconfig file using
checksetup.pl
9. Modify the localconfig file.
10. Database Server (Oracle)
11. Bugzilla using Apache
12. Login Bugzilla
13. Create a new bugzilla project
14. Upgrading to New Release using tarball
15. Issues and Troubleshooting
[@more@]
Steps:
[Section 1~4]
1.
Perl
[root@centos ~]# uname -a
Linux centos 2.6.9-78.EL #1 Thu Jul 24
23:46:01 EDT 2008 i686 i686 i386 GNU/Linux
[root@centos ~]# perl -v
This is perl, v5.8.5 built for
i386-linux-thread-multi
Most Linux distributions comes with perl,If
you don’t have it and your OS doesn’t provide official packages,
visit
2.
Database Engine
Bugzilla supports MySQL, PostgreSQL and
Oracle as database servers.
I choose Oracle database Release
10.2.0.1.0.
And you can refer to Oracle installation on
3.
Web Server
If you already have apache installed, make
sure you are able to access it by using http://{your-ip-address}.
OR
[root@centos ~]# apachectl -v
Server version: Apache/2.0.52
Server built: Jul 25 2008 03:17:15
If you don’t have Apache and your OS
doesn’t provide official packages, visit
4.
Install Bugzilla
Download the release from
you can from ftp site:
# cd /var/www/html
# ls
bugzilla-3.2.5.tar.gz
# tar xvfz bugzilla-3.2.5.tar.gz
Once all the files are in a web accessible
directory, make that directory writable by your web server’s user.
This is a temporary step until you run the
checksetup.pl script, which locks down your installation.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12472709/viewspace-1036193/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Install Bugzilla on Linux 02Linux
- Install Bugzilla on Linux 03Linux
- Linux下Bugzilla的搭建Linux
- SQLServer2017_Install_for_CentOS Linux release 7.5SQLServerCentOSLinux
- bugzilla安裝配置
- Linux Install MemcachedLinux
- Samba Install in linuxSambaLinux
- Mysql 5.7.21 install for LinuxMySqlLinux
- linux install oracle jdkLinuxOracleJDK
- install flash player for linuxLinux
- win7/10搭建BugzillaWin7
- linux之--install超時Linux
- 02. Install redis on LinuxRedisLinux
- linux下install vmware toolsLinux
- 安裝配置bugzilla筆記(轉)筆記
- linux mint 18.2 install erlangLinux
- linux mint 18.2 install postgresqlLinuxSQL
- mysql 5.6 for linux install(three types)MySqlLinux
- install oracle 11g for linuxOracleLinux
- oracle10g Install on linuxOracleLinux
- FreeBSD系統上如何安裝Bugzilla?FreeBSD系統安裝Bugzilla的方法教程
- 定製 bugzilla 進行專案管理專案管理
- 測試跟蹤工具Bugzilla介紹
- [Python] Linux下python installPythonLinux
- Linux-chromium(谷歌) install flash playerLinux谷歌
- Install Oracle Instant Client on Linux and WindowsOracleclientLinuxWindows
- DB2 DPF Install on RHEL LinuxDB2Linux
- oracle 11g rac install for linuxOracleLinux
- oracle 10g rac install for linuxOracle 10gLinux
- Rac11gR2 install On LinuxLinux
- linux(ubuntu) install xen-3.4.2薦LinuxUbuntu
- install oracle 10gr1 on linuxOracle 10gLinux
- install java javac on kali linux, raspberry piJavaLinux
- 關於BUGZILLA的說明和安裝
- Oracle Linux 7.1 silent install 19cOracleLinux
- Linux下python pip install失敗LinuxPython
- Install linux mint apt to Ubuntu 18.04 LTSLinuxAPTUbuntu
- db2 v9.7_install_on_linuxDB2Linux