ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.16k stars 189 forks source link

XO Lite installation #142

Closed rwjack closed 1 year ago

rwjack commented 1 year ago

Hey,

Any ideas on how to get XO Lite working?

https://xen-orchestra.com/blog/xen-orchestra-5-74/

image

Blog post says this ^, though the closest to getting to the page was to: wget https://lite.xen-orchestra.com/dist/ -O /opt/xo/xo-web/dist/xolite.html

But it seems to be broken with a bunch of JS errors. Was wondering if this is due to the XenOrchestraInstallerUpdater implementation, or is it from Vates side?

ronivay commented 1 year ago

Hi,

XO lite and XO are two completely separate things, you don’t run XO lite on top of your XO installation.

That command is supposed to be ran on your XCP-ng host where it’ll be ”hosted”. It’s accessed from hosts ip-address. Think of it as sort of builtin lightweight mgmt ui.

rwjack commented 1 year ago

Oh, I didn't quite catch that one. Thanks for the clarification!