Debian 64bit /Ubuntu 64bit Install Error (SOLVED)
-
- Posts: 3
- Joined: Tue Feb 18, 2014 9:22 pm
Debian 64bit /Ubuntu 64bit Install Error (SOLVED)
Vesta Control Panel Install on Debian 64bit and Ubuntu 64bit
-------------------------
or
user name is: admin
make note of password
go to login: https:// your-server-ip:8083
-------------------------
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
Code: Select all
# curl -O http://vestacp.com/pub/vst-install.sh
# chmod +x vst-install.sh
# ./vst-install.sh
make note of password
go to login: https:// your-server-ip:8083
Re: Debian 64bit /Ubuntu 64bit Install Error (SOLVED)
another way
Code: Select all
# curl -O http://vestacp.com/pub/vst-install.sh
# chmod +x vst-install.sh
# ./vst-install.sh -f
-
- Posts: 83
- Joined: Tue Jan 14, 2014 6:43 am
Re: Debian 64bit /Ubuntu 64bit Install Error (SOLVED)
Or just install using root not the safest but still works. :P
Re: Debian 64bit /Ubuntu 64bit Install Error (SOLVED)
If you have the message:
Apache2 is available in the Debian Installation.
Please run this commands.
Apache2 is available in the Debian Installation.
Please run this commands.
Code: Select all
apt-get --purge remove apache2*
rm -fr /etc/apache2