apurv-1 commented on issue #4891: URL: https://github.com/apache/cloudstack/issues/4891#issuecomment-846001219
@srisgajare After running the docker container. Open another terminal and follow the steps: 1. `git clone https://github.com/apache/cloudstack.git`. 2. `cd cloudstack\ui` (If using windows). 3. then `npm install`. 4. and finally, `npm serve`. and also make sure to set `CS_URL=http://localhost:8080/client` on `.env.local file on ui`. Hopefully, you'll be able to run the management server on http://localhost:5050 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
