Feature news

How to install XAMPP on linux mint 15

XAMPP 1.8.3


Step 1 : Download XAMPP 1.8.3 click here Download

Step 2 : open terminal ( Ctrl+Alt+t )
             > sudo su
             > chmod 755 xampp-linux-x64-1.8.3-1-installer.run
             > ./xampp-linux-x64-1.8.3-1-installer.run
Step 3 : 
          
Step 4.1 : Start Apache,MySQL
            > /opt/lampp/lampp start
Step 4.2 : stop Apache,MySQL


            > /opt/lampp/lampp stop
Step 4.3 : restart Apache,MySQL


            > /opt/lampp/lampp restart
Step 5 : open web browser
             http://localhost/

0 comments: