Add zip and nginx

This commit is contained in:
josh 2017-06-25 21:48:26 -06:00
부모 4308483f4f
커밋 8b3c6c3457
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -3,3 +3,5 @@ wget https://wordpress.org/latest.zip
mkdir /var/www/wordpress
unzip latest.zip /var/www/wordpress/
sudo apt-get install php7.0-fpm php-xml php-xmlrpc fail2ban
sudo apt-get install zip nginx