Skip to content

Instantly share code, notes, and snippets.

@s4w3d0ff
Created October 27, 2016 19:25
Show Gist options
  • Save s4w3d0ff/a1b8235817ae1b94de800b74442b2c51 to your computer and use it in GitHub Desktop.
Save s4w3d0ff/a1b8235817ae1b94de800b74442b2c51 to your computer and use it in GitHub Desktop.
Install LEMP (mysql) on Ubuntu 14 LTS server
apt update
apt upgrade -y
apt install nginx mysql-server -y
mysql_install_db
mysql_secure_installation
apt-get install php5-fpm php5-mysql -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment