Showing posts with label Install Xampp in Ubuntu. Show all posts
Showing posts with label Install Xampp in Ubuntu. Show all posts

Saturday, August 12, 2017

How To Install XAMPP/LAMPP Stack On Ubuntu 16.04 32bit

Install XAMPP Stack On Ubuntu 16.04 32bit


Install XAMPP/LAMPP 32bit Stack Step by Step:


 Step1:

 Open Terminal

 Step2:

 Before installing the XAMPP/LAMPP 32bit Stack package, create a directory.
 user1@user1:~$ mkdir xampp
 user1@user1:~$ cd xampp/
 user1@user1:~/xampp$


 * it creates a folder in HOME

 Step3:

 Download the XAMPP/LAMPP package by using the wget command

 user1@user1:~/xampp$ wget https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/5.6.23/xampp-linux-5.6.23-0-installer.run


 Step4:

 Run the following command to make XAMPP execuatable. 
 chmod +x xampp-linux-5.6.23-0-installer.run

 Step5:

 Install XAMPP stack as shown below.

 sudo ./xampp-linux-5.6.23-0-installer.run
 [sudo] password for user1:




Sunday, June 18, 2017

Install Xampp in Ubuntu

Install Xampp in Ubuntu:

Step1:
Open Terminal
Before installing the package, create a directory.
user1@user1:~$ mkdir xampp
user1@user1:~$ cd xampp/
user1@user1:~/xampp$



 * it creates a folder in HOME

Step2:





Check Xampp Status:
sudo /opt/lampp/lampp status
Run Xampp with Control Panel window:
sudo /opt/lampp/manager-linux.run

Run Xampp:
sudo /opt/lampp/manager-linux.run

Stop Xampp:
sudo /opt/lampp/lampp stop


You can create the backup by calling:
sudo /opt/lampp/lampp backup

Ionic framework Basics - 1

Ionic framework Basics - 1 1. Install Node.js check node js is installed Goto CMD   > type npm --> to check node js is inst...