Skip to content

Instantly share code, notes, and snippets.

@aletoropov
Last active May 20, 2021 14:13
Show Gist options
  • Save aletoropov/eaf60be3483981b2f673592d420a7462 to your computer and use it in GitHub Desktop.
Save aletoropov/eaf60be3483981b2f673592d420a7462 to your computer and use it in GitHub Desktop.
Install LAMP
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install apache2
sudo apt-get install php libapache2-mod-php php-mcrypt php-mysql
sudo apt-get install mysql-server mysql-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment