Page 1 of 1

Debian 64bit /Ubuntu 64bit Install Error (SOLVED)

Posted: Tue Feb 18, 2014 9:26 pm
by shinemagin
Vesta Control Panel Install on Debian 64bit and Ubuntu 64bit
-------------------------

Code: Select all

if you are not root, you need to typo "sudo" before each command
or typo "sudo -i" to become root

apt-get update

if bind installed remove: 
apt-get remove bind9 bind9* && apt-get remove --purge bind9

if apache installed remove: 
apt-get remove apache2 apache2* && apt-get remove --purge apache2

install curl:
apt-get install curl

Download installation script: 
curl -O http://vestacp.com/pub/vst-install.sh

Run it:
bash vst-install.sh
or

Code: Select all

# curl -O http://vestacp.com/pub/vst-install.sh
# chmod +x vst-install.sh
# ./vst-install.sh
user name is: admin
make note of password
go to login: https:// your-server-ip:8083

Re: Debian 64bit /Ubuntu 64bit Install Error (SOLVED)

Posted: Wed Feb 19, 2014 7:06 am
by demian
another way

Code: Select all

# curl -O http://vestacp.com/pub/vst-install.sh
# chmod +x vst-install.sh
# ./vst-install.sh -f

Re: Debian 64bit /Ubuntu 64bit Install Error (SOLVED)

Posted: Mon Feb 24, 2014 2:41 pm
by nightstryke
Or just install using root not the safest but still works. :P

Re: Debian 64bit /Ubuntu 64bit Install Error (SOLVED)

Posted: Mon May 26, 2014 4:21 pm
by Almostwo
If you have the message:

Apache2 is available in the Debian Installation.

Please run this commands.

Code: Select all

apt-get --purge remove apache2*
rm -fr /etc/apache2