How To Install LAMP Stack on Ubuntu 16.04 Using Script
In this tutorial how to install LAMP stack server using script on Ubuntu 16.04 server. This is very easy step for installation process.
★ How To Install Grafana Server Using Script
★ Download Restore Rocket Chat Database Script
My server info:
#############################################
IP Address : 10.66.100.15 //LAMP Stack
OS : Ubuntu 16.04
RAM : 2GB
vCPU : 2
Disk : 50 GB
Service : LAMP
Script Portal : https://script.technologyrss.com/
#############################################
Step #01: Check my server ip and version using below command.
lsb_release -a && ip r
Output as like below.
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: bionic default via 10.66.100.10 dev enp0s3 proto static 10.66.0.0/16 dev enp0s3 proto kernel scope link src 10.66.100.15
Download script from my script portal.
wget https://script.technologyrss.com/linux/ubuntu-16/install-lamp-stack-ubuntu-16.sh
Setup executable permission.
chmod 755 install-lamp-stack-ubuntu-16.sh
Then run script file using below command.
./install-lamp-stack-ubuntu-16.sh
or
You can run without execute permission.
bash install-lamp-stack-ubuntu-16.sh
Access details:
Access URL : http://10.66.100.15/info.php
If needed more help so please my YouTube channel for more details.
Very interesting info!Perfect just what I was searching for!
Welcome