The xamp has Apache web server, MySQL, php, and perl. XAMP is available for ubuntu, windows, mac
XAMP was previously called LAMP.
Following steps will guide you to install XAMP
XAMP was previously called LAMP.
Following steps will guide you to install XAMP
- Download the XAMP from the following site http://www.apachefriends.org/en/xampp-linux.html
- Change the user to a super user (sudo -s)
- Go to the downloaded directory and extract it (tar xvfz xampp-linux-1.7.1.tar.gz -C /opt/)
- Provide necessary permission to the htdocs directory in order to put files and folders
- Start XAMP using /opt/lampp/lampp start
- Read more at http://www.apachefriends.org/en/xampp-linux.html#374
No comments:
Post a Comment