Instalacija VestaCP sa GitHub-a

Ukoliko želite da instalirate VestaCP sa najnovijim ispravkama to možete učinit sa GitHub-a

Instalacija GIT-a

CentOS

yum install git -y

Debian/Ubuntu

yum install git -y

Na sledeći način možeze instalirati VestaCP koristeći najnoviji kod sa GitHub-a.

S obzirom da se na Serghey-Rodin repo uglavnom izmene vrše \”on the go\” i bez ili sa vrlo malo testiranja, Predrag Damnjanović sve izmene proverava i dodaje ih u svoj repo koji možemo nazvati stable.
Zato vam preporučujem da za instalaciju koristite njegov repo.

Instalacija VestaCP

Serghey Rodin official repo

cd $(mktemp -d)
git clone git://github.com/serghey-rodin/vesta.git
bash vesta/install/vst-install-rhel.sh
yes | /usr/bin/cp -rf vesta/* /usr/local/vesta

#Za CentOS
#ili za druge distribucije:
bash vst-install-debian.sh
ili
bash vst-install-ubuntu.sh

Predragov repo

cd $(mktemp -d)
git clone git://github.com/dpeca/vesta.git
bash vesta/install/vst-install-rhel.sh
#Za CentOS #ili za druge distribucije: bash vst-install-debian.sh ili bash vst-install-ubuntu.sh
yes | /usr/bin/cp -rf vesta/* /usr/local/vesta

Ažuriranje koda već instalirane VestaCP

Serghey Rodin official repo

cd $(mktemp -d)

git clone git://github.com/serghey-rodin/vesta.git
yes | /usr/bin/cp -rf vesta/* /usr/local/vesta

Predragov repo

cd $(mktemp -d)

git clone git://github.com/dpeca/vesta.git
yes | /usr/bin/cp -rf vesta/* /usr/local/vesta