Friday, August 29, 2008

Install Lampp In ubuntu

Step to follow:
1. Download file to Desktop.
2. Type in terminal :
sudo tar xvfz Desktop/xampp-linux-1.6.4.tar.gz -C /opt
3. put to startup (Auto run ) :
sudo gedit /etc/init.d/rc.local
When the text editor opens, paste the following just below the “#! /bin/sh” line:
/opt/lampp/lampp start

Reference:
http://alanedwardes.com/posts/installing-and-configuring-lampp-the-simple-guide/