Skip to content

Instantly share code, notes, and snippets.

@linuxkeepup
Last active October 30, 2022 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxkeepup/e4ef6024140214f0a0878bf7fbfca5bb to your computer and use it in GitHub Desktop.
Save linuxkeepup/e4ef6024140214f0a0878bf7fbfca5bb to your computer and use it in GitHub Desktop.
Drupal Install with LEMP Stack
Please send me your query for Drupal with LEMP Stack support service
WhatsApp: http://tiny.cc/linuxkeepup
sudo apt update -y
sudo apt-get upgrade -y
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo apt upgrade -o APT::Get::Show-Upgraded=true
sudo apt install apt-show-versions
sudo apt update -y
sudo apt-get upgrade -y
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt update
sudo -i
add-apt-repository ppa:git-core/ppa
apt update -y
apt install git
git config --global user.name "masum"
git config --global user.email mail@domain.com
apt upgrade -y
systemctl daemon-reload
systemctl restart mariadb
systemctl status mariadb
@linuxkeepup
Copy link
Author

Screenshot from 2022-10-29 11-29-38

@linuxkeepup
Copy link
Author

Screenshot from 2022-10-29 11-29-27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment