Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Install Vesta on Ubuntu 16.10 Digitalocean
Install Vesta on Ubuntu 16.10 Digitalocean
Hi guys, can someone help install vestacp on ubuntu 16.10.
Vestacp is compatible with # Ubuntu 12.04-16.10, according to the website.
I created a droplet in digitalocean with ubuntu 16.10 64bits
So, after running command to install vesta "bash vst-install.sh", I get the following errors:
E: Package 'libapache2-mod-php5' has no installation candidate
E: Package 'php5' has no installation candidate
E: Package 'php5-common' has no installation candidate
E: Package 'php5-cgi' has no installation candidate
E: Package 'php5-mysql' has no installation candidate
E: Package 'php5-curl' has no installation candidate
E: Unable to locate package phpMyAdmin
Ubuntu 16.10 is by default php7, why is it requesting php5? Also, phpmyadmin is not located
Vestacp is compatible with # Ubuntu 12.04-16.10, according to the website.
I created a droplet in digitalocean with ubuntu 16.10 64bits
So, after running command to install vesta "bash vst-install.sh", I get the following errors:
E: Package 'libapache2-mod-php5' has no installation candidate
E: Package 'php5' has no installation candidate
E: Package 'php5-common' has no installation candidate
E: Package 'php5-cgi' has no installation candidate
E: Package 'php5-mysql' has no installation candidate
E: Package 'php5-curl' has no installation candidate
E: Unable to locate package phpMyAdmin
Ubuntu 16.10 is by default php7, why is it requesting php5? Also, phpmyadmin is not located
Re: Install Vesta on Ubuntu 16.10 Digitalocean
Now you can use latest installer from github:
We fixed 16.10 issue with php7 and phpmyadmin.
Code: Select all
curl -O https://raw.githubusercontent.com/serghey-rodin/vesta/master/install/vst-install-ubuntu.sh
bash vst-install-ubuntu.sh