vesta
vesta copied to clipboard
@anton-reutov
@anton-reutov
dpeca, how we can test the Debian 10 ?
As I already described you in private message on forum before few months:
Use the installer and apt repo from my fork (myVesta fork) :
curl -O http://c.myvestacp.com/vst-install-debian.sh
bash vst-install-debian.sh
It will run installer that is adapted for Deb10 ( https://github.com/myvesta/vesta/blob/master/install/vst-install-debian.sh ) and it will also use vesta-nginx and vesta-php that are compiled for Deb10. Both vesta-nginx and vesta-php will be downloaded from my apt server (myVesta apt server), because there is no other way (i can not push build to official apt.vestacp.com repo, and deb9 package will not work on deb10, so the only way was to build my own repo (myVesta repo) for deb10 packages vesta-nginx and vesta-php )
but, anyway, you can also compile vesta-nginx and vesta-php by yourself - https://github.com/myvesta/vesta/blob/master/src/deb/vesta_compile.sh
Originally posted by @dpeca in https://github.com/serghey-rodin/vesta/issues/2006#issuecomment-776838204