Skip to content

Instantly share code, notes, and snippets.

@aletoropov
Last active May 20, 2021 10:18
Show Gist options
  • Save aletoropov/0dbc33673b283e9acb07157582f0664a to your computer and use it in GitHub Desktop.
Save aletoropov/0dbc33673b283e9acb07157582f0664a to your computer and use it in GitHub Desktop.
Install LEMP
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install nginx
sudo apt-get install mysql-server mysql-client
sudo apt-get install php7.4 php7.4-fpm php7.4-mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment