Re: Running the UI on Docker container

2022-09-07 Thread Wido den Hollander
Op 07-09-2022 om 09:34 schreef Nux: Wido, I've just run the UI standalone on a separate machine the other day, but not on docker. What I did was to install cloudstack-ui rpm package, then serve it like a normal site, but proxy /client to mgmt-server:8000 like described here: https://githu

Re: Running the UI on Docker container

2022-09-07 Thread Nux
Unless you're adamant on _building_ the UI, then you could create a docker container with the rpm/deb instead, if that helps. --- Nux www.nux.ro On 2022-09-07 08:34, Nux wrote: Wido, I've just run the UI standalone on a separate machine the other day, but not on docker. What I did was to ins

Re: Running the UI on Docker container

2022-09-07 Thread Nux
Wido, I've just run the UI standalone on a separate machine the other day, but not on docker. What I did was to install cloudstack-ui rpm package, then serve it like a normal site, but proxy /client to mgmt-server:8000 like described here: https://github.com/apache/cloudstack/tree/main/ui#pr

Running the UI on Docker container

2022-09-06 Thread Wido den Hollander
Hi, Anybody there running the UI outside the Management Server in a Docker container like described here? https://github.com/apache/cloudstack/tree/main/ui I have a use-case for this we would like to investigate, but the build currently fails [0]. Is this still relevant and supported? Wid