What is xamp?
Xampp stands for Cross-platform(X), Apache(A), MariaDB(M), PHP(P) and Perl(P).Xampp is a free and open source cross platform web server solution stack package developed by apache friends, consisting mainly of the apache http server, maria db database and interpreters for scripts written in the php and perl programming languages.
Download & Install XAMPP
First of all download xampp. Go to this Download page to download xampp.
After Downloading follow the following command below.
To Changing the permissions to the installer
chmod 755 xampp-linux-x64-7.3.2-1-installer.run
Run the installer
sudo ./xampp-linux-x65-7.3.2-1-installer.run
Thats all xampp is now installed the Directory /opt/lampp
There is also a graphical tool to manage your servers easily. You can starts this tools easily with the following command.
Lets test now open your browser and type the following command
You should see the start page like below
Starting Xampp
To start xampp simply run this commandsudo /opt/lampp/lampp/start
There is also a graphical tool to manage your servers easily. You can starts this tools easily with the following command.
dc /opt/lampp
sudo ./manager-linux.run (or manager-linux-x64.run)
Lets test now open your browser and type the following command
http://localhost
You should see the start page like below
Post a Comment