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
sudo ./xampp-linux-*-installer.run
then, starting your new web server with this command
sudo /opt/lampp/lampp start
sudo /opt/lampp/lampp stop

This finally made it
ReplyDeleteWow, thank you very much. I had struggled for some time and now through you I am OK.
ReplyDelete