How to Install XAMPP to Linux Mint 17

Posted by

As a web developer, when switching to linux, we can not be separated by a web server. If in the windows, we use XAMPP, then in linux, you can also use your favorite program.

XAMPP is available for Linux, especially linux mint (debian / ubuntu)
but to install it, must use the command line. Remember, in the Linux command line is very important, for example, to run a web server on or off.

Download here

Install and Running

after downloading is complete, just running few code to install. And its very easy

chmod 755 xampp-linux-*-installer.run
sudo ./xampp-linux-*-installer.run


then, starting your new web server with this command

sudo /opt/lampp/lampp start

and stopping with

sudo /opt/lampp/lampp stop


Blog, Updated at: 2:23 AM

2 comments:

  1. Wow, thank you very much. I had struggled for some time and now through you I am OK.

    ReplyDelete

Contributors

Powered by Blogger.