Vestacp 0.9.8-17 install on Ubuntu 16.10?
Vestacp 0.9.8-17 install on Ubuntu 16.10?
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.
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?
You can using this commands for installing of VestaCP
https://vestacp.com/#install
Code: Select all
curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh
Re: Vestacp 0.9.8-17 install on Ubuntu 16.10?
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
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?
Please send access to your server, we will check this problem
Re: Vestacp 0.9.8-17 install on Ubuntu 16.10?
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?
Is there any way to fix that?
Re: Vestacp 0.9.8-17 install on Ubuntu 16.10?
Solved my issue. Asked my hosting company to reinstall Ubuntu with 16.04 version. And everything works like a charm.imperio wrote:Please send access to your server, we will check this problem
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?
Now you can use latest installer from github:
We fixed 16.10 issue with php7 and phpmyadmin.
Code: Select all
curl -O https://raw.githubusercontent.com/serghey-rodin/vesta/master/install/vst-install-ubuntu.sh
bash vst-install-ubuntu.sh