Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Last active December 10, 2020 16:52
Show Gist options
  • Save LinuxlinkedBD/e61527bba019c6b2f2caf9a576f5198f to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/e61527bba019c6b2f2caf9a576f5198f to your computer and use it in GitHub Desktop.
I Will Do LEMP Stack Engineering
If you need complete LEMP stack setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/R2fhvl5tdjo
########################################################################################################################################
sudo apt update
sudo apt upgrade
sudo apt install nginx
sudo systemctl status nginx
# Visit: http://localhost/ to check apache
sudo apt install mysql-server
sudo mysql_secure_installation
mysql --version
sudo service mysql start
sudo service mysql enable
sudo service mysql start
sudo service mysql restart
# Install PHP & check version
sudo apt install php-pear php-fpm php-dev php-zip php-curl php-xmlrpc php-gd php-mysql php-mbstring php-xml libapache2-mod-php
php --version
#browse http://localhost/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment