Blogs >> Technology >>
XAMPP installation process on Linux (Red Hat, CentOS)
Hello friends here I am just trying to make you understand, how easy is to install XAMP (Apache, MySQL, PHP) on your RED HAT & CentOS Operating system. It is just like a game, here you would find some simple steps. Follow the instructions given and run your PHP project in one go, rest it is going to be a magic that you have ever experienced.
Here i am using ‘xampp-linux-1.7.tar.gz.gz’ you can use latest version of xampp from http://www.apachefriends.org/en/xampp-linux.html
Here i am using ‘xampp-linux-1.7.tar.gz.gz’ you can use latest version of xampp from http://www.apachefriends.org/en/xampp-linux.html
here i will guide you line by line but you can see also screen shots
in
OR
http://masterinjava.wordpress.com/category/xampp-on-linux/
Step 1: Copy and paste your XAMPP folder into /opt directory of Red Hat / CentOS
--------------------------------------------------------------------------------------------------------------
Step 2: Type ls for looking ‘xampp-linux-1.7.tar.gz.gz” exist or not. Then write given command.
--------------------------------------------------------------------------------------------------------------
Step 3: Type ls for looking ‘xampp-linux-1.7.tar.gz.gz” exist or not. Then write given command.
--------------------------------------------------------------------------------------------------------------
Step 4 : now type ls for checking the list of directories then write cd lampp as give below
--------------------------------------------------------------------------------------------------------------
Step 5: Enter command ./lampp then you will see many options related to start, stop, and restart
--------------------------------------------------------------------------------------------------------------
Step 6: Write ./lampp start for starting Server if it will not run properly then follow Step 9 then try this command.
--------------------------------------------------------------------------------------------------------------
Step 7: Now open Browser and type http://localhost/ OR http://127.0.0.1/ and choose language as you wish here i am with English
--------------------------------------------------------------------------------------------------------------
Step 8: Next window will show you many options you can choose any one like phpMyAdmin for mysql creation DB,etc..
--------------------------------------------------------------------------------------------------------------
Step 9: Write on terminal setup then we will get next window on this window choose Firwall configuration and press on Run Tool button
--------------------------------------------------------------------------------------------------------------
Step 10: Here we will see Security Leve and SELinux options Disable both options and press OK button
--------------------------------------------------------------------------------------------------------------
Step 11: Choose Quit button and follow again Step 6.
****************************************************
Hi all
I hope my contribution would be helpful for you to resolve your problem and if you will face any type of problem related to XAMP, LAMP insallation please provide me chance to help you.
Thakns
I hope my contribution would be helpful for you to resolve your problem and if you will face any type of problem related to XAMP, LAMP insallation please provide me chance to help you.
Thakns
****************************************************
|