Page 1 of 1

I can not install vestacp on debian 9

Posted: Mon Jul 02, 2018 10:13 am
by cordal
I'm trying to install Vestacp in a clean install of debian 9, and it throws me the error of: yum update failed, which is logical since debian does not use yum, does anyone know how to fix it?


Installation will take about 15 minutes ...

vst-install-rhel.sh: línea 450: yum: no se encontró la orden
Error: yum update failed

Re: I can not install vestacp on debian 9

Posted: Tue Jul 03, 2018 10:42 pm
by dpeca

Code: Select all

apt-get update && apt-get -y upgrade

apt-get -y install git

cd /root

git clone https://github.com/serghey-rodin/vesta.git

cp /root/vesta/install/vst-install-debian.sh /root/vst-install-debian.sh

bash vst-install-debian.sh

Re: I can not install vestacp on debian 9

Posted: Mon Jul 09, 2018 9:01 am
by cordal
Thank you very much, it worked perfectly, I understand that the error is in the installation script of vestacp.