bugfree安裝 centos

來源:互聯網
上載者:User

標籤:des   blog   http   io   ar   os   sp   java   檔案   

bugfree團隊早已不做支援,轉作禪道管理了,關於其中恩怨可以參見http://www.bugfree.cn/

組裡同事要用此做管理,所以寫此文檔,以備後用

=====================================================================

(系統:centos 5.5)

1. 安裝httpd

  yum install httpd

設定開機啟動

  chkconfig httpd on

2. 安裝mysql

  yum install -y mysql  mysql-server

設定密碼

mysql -u root

  mysql> use mysql;

  mysql> UPDATE user SET Password = PASSWORD(‘123456‘) WHERE user = ‘root‘;

  mysql> FLUSH PRIVILEGES;

設定開機啟動

chkconfig mysqld on

3. 安裝PHP

    yum install php php-mysql php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc

4. 安裝PHP密碼編譯演算法外掛程式

yum install libmcrypt

yum install php-mcrypt

註:libmcrypt是密碼編譯演算法擴充庫,php-mcrypt是Mcrypt對PHP的一個擴充

5.安裝php-json擴充

  wget http://pkgs.fedoraproject.org/repo/pkgs/php-json/php-json-ext-1.2.1.tar.bz2/e06e701412a055f3372775216ec3d604/php-json-ext-1.2.1.tar.bz2

   tar -xjf php-json-ext-1.2.1.tar.bz2

在檔案目錄下執行

  ./configure

  make

  make install

配置配置php.ini

  vim /etc/php.ini

加入如下一行

  extension=json.so

重啟httpd服務

  service httpd restart

6.安裝bugfree

下載的版本為3.0.4,( http://www.mycodes.net/54/4363.htm)

解壓後得到bugfree3.0.4

將解壓出來的檔案夾整個複製到html檔案夾下

   cp –R bugfree3.0.4 /var/www/html/bugfree

修改檔案許可權

   chmod -R 777 /var/www/html/bugfree

(以下操作沒有,可以參考我最後列出的參考連結)

開啟瀏覽器 http://localhost/bugfree 進入環境檢查頁面 安裝缺少的組件 都出現對號後點擊繼續

設定資料庫 繼續 完成

 

 

===================================================================

參考連結:

1. http://wenku.baidu.com/link?url=xdQMtx9Yhnxzuzj5dn3N_P_PvpgNanrs1zoeVgv-Qe6NlU5JBts-4PjAw2ZKiER4HlkApukxu9xOpZF4znzDRXS9JmfUwMiXxXECKIq2itu

2. http://www.blogjava.net/qileilove/archive/2014/08/13/416884.html

3. http://www.linuxidc.com/Linux/2012-08/67413.htm

 

 

bugfree安裝 centos

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.