Created
October 27, 2016 19:25
-
-
Save s4w3d0ff/a1b8235817ae1b94de800b74442b2c51 to your computer and use it in GitHub Desktop.
Install LEMP (mysql) on Ubuntu 14 LTS server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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