Page 1 of 1
Vestacp 0.9.8-17 install on Ubuntu 16.10?
Posted: Sat Dec 10, 2016 1:56 pm
by Ckubs
Had previously an VPS where I could do basically anything. The VPS I'm using right now( another company) is a little bit limited. I could do almost anything I want. If I want an OS reinstall I have to request a reinstall from them. And If want Ubuntu I get Ubuntu 16.10 instead of an Ubuntu 14.
How can I install Vestacp 0.9.8-17 on Ubuntu 16? Apparently I can't find any info about it and the instructions from Vestacp homepage are not working.
Thank you.
Re: Vestacp 0.9.8-17 install on Ubuntu 16.10?
Posted: Sat Dec 10, 2016 1:59 pm
by imperio
You can using this commands for installing of VestaCP
Code: Select all
curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh
https://vestacp.com/#install
Re: Vestacp 0.9.8-17 install on Ubuntu 16.10?
Posted: Sat Dec 10, 2016 2:19 pm
by Ckubs
It doesn't work. VestaCP is downloaded I guess, but on the next step "bash vst-install.sh --nginx yes ..." I get:
2016-12-10 14:16:10 (294 KB/s) - ‘vst-install-ubuntu.sh’ saved [44147/44147]
Error: No access to Vesta repository
Re: Vestacp 0.9.8-17 install on Ubuntu 16.10?
Posted: Sat Dec 10, 2016 2:32 pm
by imperio
Please send access to your server, we will check this problem
Re: Vestacp 0.9.8-17 install on Ubuntu 16.10?
Posted: Sat Dec 10, 2016 2:34 pm
by Ckubs
The fault I guess is with my Ubuntu version. Because I got already the Ubuntu 16.10 not 16.04 and it's not recognized by Vestacp Installer.
Is there any way to fix that?
Re: Vestacp 0.9.8-17 install on Ubuntu 16.10?
Posted: Sat Dec 10, 2016 3:53 pm
by Ckubs
imperio wrote:Please send access to your server, we will check this problem
Solved my issue. Asked my hosting company to reinstall Ubuntu with 16.04 version. And everything works like a charm.
I don't know if 16.10 will get supported, 16.04 being the LT release, but for now I'm fine.
Re: Vestacp 0.9.8-17 install on Ubuntu 16.10?
Posted: Mon Feb 27, 2017 8:56 pm
by skurudo
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.