How to Install Xampp on Ubuntu

Опубликовано: 28 Сентябрь 2024
на канале: Ricky Wahowa
261
6

Install #xampp on #Ubuntu

Watch my VPS Tutorial and learn to run multiple Websites : bizanosa.com/vt

STEP 1
Download Xampp

STEP 2
Install Xampp . If your xamp
sudo ./path



STEP 3 (Optional )

Stop Nginx (if you have it installed and running)

sudo systemctl stop nginx.service

STEP 4 (Optional)
Remove xampp
sudo /opt/lampp/uninstall

Remove nginx
sudo systemctl stop nginx.service
udo systemctl disable nginx.service

sudo rm -rf /etc/nginx /var/log/nginx /var/cache/nginx


STEP 5
Change Ownership
chown user:group filename

do the following if you don't know your current username
sudo chown -R $USER:$USER filename


START & STOP XAMPP

START
sudo /opt/lampp/lampp start

STOP
sudo /opt/lampp/lampp stop


START XAMPP GUI

sudo /opt/lampp/manager-linux-x64.run



Starting SPECIFIC SERVICES

start – Start XAMPP (Apache, MySQL and eventually others)

startapache – Start only Apache

startmysql – Start only MySQL

startftp – Start only ProFTPD


Stopping SPECIFIC SERVICES

stop – Stop XAMPP (Apache, MySQL and eventually others)

stopapache – Stop only Apache

stopmysql – Stop only MySQL

stopftp – Stop only ProFTPD
Restart

reload – Reload XAMPP (Apache, MySQL and eventually others)

reloadapache – Reload only Apache

reloadmysql – Reload only MySQL

reloadftp – Reload only ProFTPD

restart – Stop and start XAMPP


.
.
.
GET SOCIAL WITH ME:
FACEBOOK:   / rwahowa  
INSTAGRAM:   / rwahowa  
TWITTER:   / rwahowa  
VIMEO: https://vimeo.com/bizanosa/
WEBSITE : http://rwahowa.com