Page 1 of 1

Install Vesta on Ubuntu 16.10 Digitalocean

Posted: Thu Jan 12, 2017 10:55 pm
by rlasmar
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

Re: Install Vesta on Ubuntu 16.10 Digitalocean

Posted: Fri Jan 13, 2017 3:56 pm
by dpeca

Re: Install Vesta on Ubuntu 16.10 Digitalocean

Posted: Sat Feb 25, 2017 1:49 pm
by dpeca
Now you can use latest installer from github:

Code: Select all

curl -O https://raw.githubusercontent.com/serghey-rodin/vesta/master/install/vst-install-ubuntu.sh
bash vst-install-ubuntu.sh
We fixed 16.10 issue with php7 and phpmyadmin.