Install bugfree on centos 6.4 x64

Source: Internet
Author: User

Centos 6.4 x64 install bugfree Step 1: Download xampp-linux-1.8.1.tar.gz [root @ SVNMANAGER ~] # Tar-zxvf xampp-linux-1.8.1.tar.gz-C/opt [root @ SVNMANAGER ~] # Yum install netsta [root @ SVNMANAGER ~] # Yum install-y glibc * i686 start xampp [root @ SVNMANAGER ~] #/Opt/lampp start set the lampp management interface and the root user to save the filter [root @ SVNMANAGER ~] #/Opt/lampp security ########################## lampp 123456 root 123456 [root @ SVNMANAGER ~] #/Opt/lampp securityXAMPP: Quick security check... XAMPP: Your XAMPP pages are NOT secured by a password. XAMPP: Do you want to set a password? [Yes] XAMPP: Password: XAMPP: Password (again): XAMPP: Password protection active. Please use 'lampp' as user name! XAMPP: The MySQL/phpMyAdmin user pma has no password set !!! XAMPP: Do you want to set a password? [Yes] XAMPP: Password: XAMPP: Password (again): XAMPP: Setting new MySQL pma password. XAMPP: Setting phpMyAdmin's pma password to the new one. XAMPP: MySQL has no root passwort set !!! XAMPP: Do you want to set a password? [Yes] XAMPP: Write the password somewhere down to make sure you won't forget it !!! XAMPP: Password: XAMPP: Password (again): XAMPP: Setting new MySQL root password. XAMPP: Change phpMyAdmin's authentication method. XAMPP: The FTP password for user 'nobody' is still set to 'lampp '. XAMPP: Do you want to change the password? [Yes] XAMPP: Password: XAMPP: Password (again): XAMPP: ProFTPD isn't running... XAMPP: Done. authorize [root @ SVNMANAGER ~] # Chown-R root. root/opt/lampp/var/mysql [root @ SVNMANAGER ~] # Chmod 757/opt/lampp/var/mysql [root @ SVNMANAGER var] #/opt/lampp/bin/mysql-u root-p 123456 mysql> use mysql; database changedmysql> select Host, User From user; + ----------- + ------ + | Host | User | + ----------- + ------ + | linux | root | localhost | pma | localhost | root | + ----------- + ------ + 5 rows in set (0.00 sec) mysql> UPDATE user SET Host = '%' WHERE User = 'root' and host =' Linux '; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> flush privileges; Query OK, 0 rows affected (0.00 sec) ---------------- [root @ SVNMANAGER ~] # Unzip bugfree3.zip [root @ SVNMANAGER ~] # Mv bugfree3/opt/lampp/htdocs/[root @ SVNMANAGER ~] # Cd/opt/lampp/htdocs/bugfree3/protected/config/[root @ SVNMANAGER config] # cp main. sample. php main. php [root @ SVNMANAGER config] # chmod 757/opt/lampp/htdocs/bugfree3/assets [root @ SVNMANAGER config] # chmod 757/opt/lampp/htdocs/bugfree3/protected/ runtime [root @ SVNMANAGER config] # chmod 757/opt/lampp/htdocs/bugfree3/protected/runtime/state. bin [root @ SVNMANAGER config] # chmod 757/opt/lampp/htdocs/bugbps Ee3/protected/config [root @ SVNMANAGER config] # chmod 757/opt/lampp/htdocs/bugfree3/protected/config/main. php [root @ SVNMANAGER config] # chmod 757/opt/lampp/htdocs/bugfree3/install/* [root @ SVNMANAGER htdocs] # chmod 757/opt/lampp/htdocs/bugfree/ assets [root @ SVNMANAGER htdocs] # chmod 757/opt/lampp/htdocs/bugfree/protected/runtime [root @ SVNMANAGER htdocs] # chmod 757/opt/lampp/htdocs/bugfree/ protected/ Runtime/state. bin [root @ SVNMANAGER htdocs] # chmod 757/opt/lampp/htdocs/bugfree/protected/config [root @ SVNMANAGER htdocs] # chmod 757/opt/lampp/htdocs/bugfree/ protected/config/main. php [root @ SVNMANAGER htdocs] # chmod 757/opt/lampp/htdocs/bugfree/install/* [root @ SVNMANAGER htdocs] # cd bugfree/[root @ SVNMANAGER bugfree] # mkdir bugFile [root @ SVNMANAGER opt] # chmod 777/opt/lampp/htdocs/bugfree/install [Root @ SVNMANAGER opt] # chmod-R 777/opt/lampp/htdocs problem 1: mysql cannot be started again to solve cd/opt/lampp/etc # chmod 755 my. cnf Question 2: HP Errormysql_escape_string (): This function is deprecated; use mysql_real_escape_string () instead solves [root @ SVNMANAGER tmp] # cd/opt/lampp/htdocs/bugfree/protected/service [root @ SVNMANAGER service] # vi SqlService. php mysql_escape_string () function is obsolete. Use mysql_real_escape_string () instead of Question 2: fopen (.. /Bug File/caselist. xml): failed to open stream: No such file or directory solves the problem of creating a BugFile file mkdir BugFilechmod 777 BugFile in the same directory of bugfree. The cause is fastestmirror, just put/etc/yum/pluginconf. d/fastestmirror. change enabled value 1 in conf to 0. disable this feature and save and exit.

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.