Deployment of XAMPP and LinuxXAMPP in Linux

Source: Internet
Author: User

Deployment of XAMPP and LinuxXAMPP in Linux
Download the xampp installation package
Wget-O http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/5.5.28/xampp-linux-x64-5.5.28-0-installer.run/download
Add execution permission to the installation package
Chmod + x xampp-linux-x64-5.5.28-0-installer.run
Run the installation package
/Xampp-linux-x64-5.5.28-0-installer.run
Start xampp
/Opt/lampp start
Enter mysql of xampp
/Opt/lampp/bin/mysql-u root
Import your own SQL File
Source/root/xycontact/db. SQL
Copy the website code to the corresponding directory of xampp.
Cp-r/root/xycontact/opt/lampp/htdocs/
Modify website Configuration
Vim/opt/lampp/htdocs/xycontact/application/config. php
As follows:
$ Config ['base _ url'] = 'HTTP: // 54.178.181.98/xycontact /';

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.