Thursday, December 8, 2011

Install xampp in ubunutu11.10

Here i am going to explain about how to install xampp in ubuntu11.10

*) You can download latest xampp from here

*) extract xampp zip

*) Move the extracted lampp folder to /opt directory using the following command.
sudo mv "lampp src path" /opt

*) set permission to that directory
sudo chmod 777 -R /opt/lampp
sudo chmod 644 /opt/lampp/etc/my.cnf

That's all you just install your xampp. start xampp and work

for xampp start use this command
sudo /opt/lampp/./lampp start

for stop xampp use
sudo /opt/lampp/./lampp stop

restart using
sudo /opt/lampp/./lampp restart

No comments:

Post a Comment