首頁 美術繪圖 | 美術設計 | 熱門標籤 | 首選 | 首頁宣傳 | 近期作品 論壇: 發表 | 美術工作 | 美術比賽 | 展覽活動 | 美術相關 | 一般討論 | 美術同好 CG 討論 :: Photoshop | Painter | 3D 行動 | AMP

【 立即註冊 】 : 更改個人資料 : : 登入

會員名稱: 登入密碼: 保持登入

Bugzilla 4.4 Quick Install @ Ubuntu 12.04

發表新主題 回覆主題 討論區 Windows, Linux, Perl, PHP, C/C++, Driver, Web 理論、應用、硬體、軟體

| 1頁, 共1
人氣點閱:3348 發表人
Bugzilla 4.4 Quick Install @ Ubuntu 12.04 2013-06-26 19:42
/ / /

Quick Setup Bugzilla 4.4 @ Ubuntu 12.04




1.1 Install Apache2 httpd first (apt-get install apache2)

1.2 Install MySQL 5.5+ (apt-get install mysql-server mysql-common)

(a) Remember to run "mysql_secure_installation" after apt-get done.

(b) Configure necesary account for root and bugzilla-db
You could use root as bugzilla-db, of course.

1.3 Download/get latest Bugzillaa version;
Note: Version 4.4 or later supports Gmail SSL SMTP

1.4 Run ./checksetup.pl to install related needed perl modules
in bugzilla folder

1.5 Edit ./localconfig to setup database user/password/port

1.6 Run ./checksetup.pl again so that the script will
connect to database, create tables, and create first admin for you.

1.7 chmod 700 ./localconfig

1.8 Revise .htaccess (e.g. remark the "Options -Indexes")

1.9 Login with admin account

(a) Administration --> Setup Parameters

(b) Administration --> Setup Default Preference


1.10 Done. Post your first bug.


Bugzilla Install Q & A

Q: More details?
A: Read the ./README and ./docs/ for more details


Q: Start my bugzilla bug ID from #5566 (A Specific number) ?
A: http://stackoverflow.com/questions/249987/how-do-i-seed-the-bug-number-in-bugzilla


Q: Change the "Bugzilla" title to "My-Favorite-Name Bugzilla"?
A: http://www.bugzilla.org/docs/4.4/en/html/cust-templates.html


Q: Using Gmail as my Bugzilla SMTP mail sender
A: http://lpsolit.wordpress.com/2012/11/09/using-gmail-as-smtp-server-from-bugzilla-to-send-email-notifications-is-supported-natively/
________________

美術插畫設計案子報價系統 v0.1 Beta
爪哇禾雀
Type



繪圖畫廊設計藝廊
攝影相簿留言板
最愛收藏分類標籤
暱稱: Type
註冊: 2002-11-30
發表: 11075
來自: vovo2000.com
V幣: 900785
Re: Bugzilla 4.4 Quick Install @ Ubuntu 12.04 2013-06-28 18:51
/ / /

Install ./jobqueue to reduce Bugzillaa STMP sending time



代碼:

$ cd /var/www/your_bugzilla_folder/

$ ./jobqueue.pl start
$ ./jobqueue.pl install

$ ls /etc/init.d/jobqueue*
/etc/init.d/jobqueue.pl

$ ./jobqueue.pl check
Configuration looks okay
jobqueue.pl running - pid 21359
0 jobs in the queue.


________________

美術插畫設計案子報價系統 v0.1 Beta
爪哇禾雀
Type



繪圖畫廊設計藝廊
攝影相簿留言板
最愛收藏分類標籤
暱稱: Type
註冊: 2002-11-30
發表: 11075
來自: vovo2000.com
V幣: 900785





資訊相關理論、技術、管理、應用、產品等
發表新主題 回覆主題