Skip to content

Instantly share code, notes, and snippets.

@dhavalv
Last active May 5, 2016 05:31
Show Gist options
  • Save dhavalv/9d4029efac7de84c2ea9138c9ff874b1 to your computer and use it in GitHub Desktop.
Save dhavalv/9d4029efac7de84c2ea9138c9ff874b1 to your computer and use it in GitHub Desktop.
Installation of xammp on linux in Ubuntu v12.04

Installation of xammp on linux in Ubuntu v12.04

  • Download [xampp](Download xampp from https://www.apachefriends.org/download.html) or from terminal wget https://www.apachefriends.org/xampp-files/5.6.20/xampp-osx-5.6.20-0-installer.dmg

  • Make download file to executable mode. give mode of executable

    sudo chmod +x /home/user/Downloads/xampp-osx-5.6.20-0-installer.dmg

  • Run below command for xampp execute file

    sudo ./home/user/Downloads/xampp-osx-5.6.20-0-installer.dmg

  • After Installation, Complete, you'll find directory from /opt/lampp directory Simple Installation of xampp is completed, You can start and stop services of Apache and Mysql

Start: sudo /opt/lampp/lampp start
Stop:  sudo /opt/lampp/lampp stop

Ref Link : [How to install xampp 1.8.3 for ubuntu or linux] (http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html)

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment