Set Xampp in Kubuntu,Ubuntu,Linux Mint
How to setup Xampp in kubuntu Quick Installation Guide
1.) Download xampp setup from ApacheFriends.
2.) Open terminal in downloads folder or where your xampp file has been downloaded.
3.) Execute this command
10.) To start LAMPP, execute this command
2.) Open terminal in downloads folder or where your xampp file has been downloaded.
3.) Execute this command
sudo chmod +x xampp-linux-x64-7.1.7-0-installer.run
Note : The version of XAMPP you'll download might be different, so change the version in this command accordingly.
You'll be asked for your system's password.4.) Now go into SuperUser mode
sudo su5.) Run the installer, but don't close the Terminal.
./xampp-linux-x64-7.1.7-0-installer.runNote: Again change the version for executing this command.6.) Go back to your Terminal and change the directory
A dialog box will open, if you get an error, ignore it. In the dialog box, click next(for each step) and move through the process of installation. Once XAMPP is installed, click finish.
cd /opt/lampp7.) To set a password, type
8.) Start XAMPP./lampp security
Pressy
(Enter) and enter a new password and re-enter this password again to confirm
./xampp start9.) Type
exit
(Enter) to exit the SuperUser10.) To start LAMPP, execute this command
sudo /opt/lampp/lampp start
11.) To stop LAMPP, execute this commandsudo /opt/lampp/lampp stop
It is all in one setup guide for xampp............
ReplyDelete