Sunday, February 5, 2017

How to Install XAMPP to Linux Mint 17

http://de-mint.blogspot.co.id/2015/04/how-to-install-xampp-to-linux-mint-17.html

Jika ada error ketika membuka htdocs, bisa coba solusi : http://tempatmencatat.blogspot.com/2017/02/xampp-ubuntu-cant-access-my-project-in.html



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