Debian/Ubuntu + Nginx + PHP(5|7)-FPM + MySQL + Redis with VestaCP

apt-get update; apt-get upgrade -y

cd /tmp
wget http://vestacp.com/pub/vst-install.sh
#wget http://vestacp.com/pub/vst-install-debian.sh
#sed -i 's/php5/php7.0/g' vst-install-debian.sh
bash vst-install.sh --nginx yes --phpfpm yes --apache no --vsftpd no --proftpd no --exim yes --dovecot yes --spamassassin no --clamav no --named yes --iptables no --fail2ban no --mysql yes --postgresql no --remi no --quota no --hostname nodexxx.domain.com --email [email protected] --password password123456 --force
#or http://www.vestacp.com/#advanced-install

#watch -d -t -g ls -lR /usr/local/vesta/data/templates/web/php5-fpm/ && cp -a /usr/local/vesta/data/templates/web/php5-fpm /usr/local/vesta/data/templates/web/php7.0-fpm && cp -a /usr/local/vesta/data/templates/web/nginx/php5-fpm /usr/local/vesta/data/templates/web/nginx/php7.0-fpm


Blog | , , , , , ,
Line it!