How do I install XAMPP?
Choose your flavor for your Linux OS, the 32-bit or 64-bit version.
The permissions to the installer
chmod 755 Xampp-linux-*-installer.run
Run the Installer
sudo./xampp-linux-*-installer.run
That's all. XAMPP is now installed below the /opt/lampp directory.
How does I start XAMPP?
To start XAMPP simply call the This command:
Sudo/opt/lampp/lampp start
You should now see something like this on your screen:
Starting XAMPP 1.8.2 ...
Lampp:starting Apache ...
Lampp:starting MySQL ...
Lampp started.
Ready. Apache and MySQL are running.
If you get any error messages visit our Community pages to help.
Also, note that there is a graphical tool, the can use to manage your servers easily. You can start this tool with the following commands:
Cd/opt/lampp
sudo./manager-linux.run (or Manager-linux-x64.run)
How do I stop XAMPP?
To stop XAMPP simply call the This command:
Sudo/opt/lampp/lampp stop
You should now see something like this on your screen:
Stopping XAMPP 1.8.2 ...
Lampp:stopping Apache ...
Lampp:stopping MySQL ...
Lampp stopped.
If you get any error messages visit our Community pages to help.
Also, note that there is a graphical tool, the can use to start/stop your servers easily. You can start this tool with the following commands:
Cd/opt/lampp
sudo./manager-linux.run (or Manager-linux-x64.run)
Linux under Configuration Xampp