Bugfree Installing CentOS

Source: Internet
Author: User
Tags configuration php mcrypt

Bugfree team has not done support, transferred to the Zen Road management, about which grievances can be found in http://www.bugfree.cn/

The group of colleagues to use this for management, so write this document for later use

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

(System: CentOS 5.5)

1. Installing httpd

Yum Install httpd

Set boot up

Chkconfig httpd on

2. Install MySQL

Yum install-y MySQL Mysql-server

Set Password

Mysql-u Root

mysql> use MySQL;

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

mysql> FLUSH privileges;

Set boot up

Chkconfig mysqld on

3. Install PHP

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

4. Install the PHP encryption algorithm plugin

Yum Install Libmcrypt

Yum Install Php-mcrypt

Note: Libmcrypt is an extended library of cryptographic algorithms, and Php-mcrypt is an extension of mcrypt to PHP

5. Installing the Php-json Extension

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

Execute in file directory

./configure

Make

Make install

Configuration Configuration PHP.ini

Vim/etc/php.ini

Add the following line

Extension=json.so

Restart HTTPD Service

Service httpd Restart

6. Installing Bugfree

The downloaded version is 3.0.4, (http://www.mycodes.net/54/4363.htm)

Get bugfree3.0.4 after decompression

Copy the extracted folders to the HTML folder

Cp–r Bugfree3.0.4/var/www/html/bugfree

Modify file Permissions

Chmod-r 777/var/www/html/bugfree

(The following actions are not available, refer to the reference links I have listed last)

Open the browser http://localhost/bugfree go to the Environment Check page install missing parts all appear a checkmark click Continue

Configuration database continues to complete

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

Reference Links:

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 Installing CentOS

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.