vestacp и php7

sudo su
apt-get update -y && apt-get upgrade -y
apt-get install mc htop -y
curl -O http://vestacp.com/pub/vst-install.sh 
bash vst-install.sh
apt-get update -y
apt-get remove php5-common
apt-get -y purge php5
apt-get install python-software-properties -y
add-apt-repository ppa:ondrej/php
apt-get update
apt-get install curl sqlite3 php7.0 libsqlite3-dev php-pear php7.0-curl php7.0-sqlite3 libssh2-1 php-ssh2 libapache2-mod-php php7.0-mbstring php7.0-gmp php-mysql
php -v
service nginx restart
service apache2 restart
Поделиться
Отправить
 63   2016   php   php7   vestacp