Fmstrat/winapps

Do not use bin/winapps check and ./installer.sh

Gxnum opened this issue · 2 comments

Gxnum commented

instead, use this:
LIBVIRT_DEFAULT_URI=qemu:///system bin/winapps check
LIBVIRT_DEFAULT_URI=qemu:///system ./installer.sh

That only works if the VM is running on your local machine. I run libvirt on a different machine and my libvirt URI is quite different; so your items above wouldn't connect at all. If I really wanted to do this I'd need to use these:
LIBVIRT_DEFAULT_URI=qemu+ssh://nobody@10.0.69.2/system bin/winapps check
LIBVIRT_DEFAULT_URI=qemu+ssh://nobody@10.0.69.2/system ./installer.sh

Thanks all for your contributions

Winapps dev now takes place here https://github.com/winapps-org/winapps

So we can close this issue for good