Bugfree3.0.4linux Environment Installation Guide

Source: Internet
Author: User
Tags install php

The premise of Bugfree installation is to configure lamp (apache+mysql+php), the Linux system I installed is centos6.0

First, install Apache server

1. Installing Apache

Yum Install httpd

Check if the Apache server is installed: service httpd status

Start Apache process: Service httpd start

Second, install MySQL

Check if MySQL is installed: service MySQL Status

Installing mysql:mysql install MySQL Mysql-server

Start process: Service mysqld start

Check if the service port is called: Netstat-ntl see if Port 3306 exists

The newly installed database user name is the root password is empty

Third, install PHP

Yum install php php-mysql php-gd php-imap php-ldap php-odbc php-pear  php-xml php-xmlrpc  above three services are installed, you can set httpd and mysqld for boot entry: chkconfig httpd onchkconfig mysqld on note: shutting down the firewall /etc/init.d/iptables stop  Four, install Bugfree server 1, download bugfree2, download and unzip cd/root/download unzip BUGFREE3.0.4.ZIP3, Copy the extracted folder to the HTML folder cp-r bugfree3.0.4/var/www/html/bugfree4, enter Ip/bugfree in the Address bar to enter the configuration Installation page prompts, set the file vault read and Write permissions cd/var/www /htmlmkdir bugfilechmod 777/var/www/html/bugfilechmod 777/var/www/html/bugfree/assetschmod 777/var/www/html/ Bugfree/protected/runtimechmod 777-r/var/www/html/bugfree/protected/configchmod 777-r/var/www/html/bugfree/ After the above steps are completed, all permissions settings are ok  and then click Next to configure the database. If an error occurs, increase the permissions of the MySQL user  :   chown-r mysql:mysql/var/lib/mysql finally click "Install", go to the server installation process, After the completion of the successful page click on the link to enter the homepage (home address: ip/bugfree)    finally if you want to configure the message, modify the/var/www/html/bugfree/protected/ The main.php file under CONFIG. Bugfree has a hidden bug, be careful, enter: /bugfree/protected/service, locate the mailservice.php file, double-leadChange the number to single quotation marks.

Bugfree3.0.4linux Environment Installation Guide

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.