nvazquez commented on issue #6949:
URL: https://github.com/apache/cloudstack/issues/6949#issuecomment-1490393196

   @AayushSaini101 great! Now you only need to bring up the UI to interact with 
the management server. Please check: 
https://github.com/shapeblue/hackerbook/blob/main/2-dev.md#building-cloudstack 
last section:
   
   ````
   To bring up the Cloudstack Ui
   
       $ cd /path/to/cloudstack/ui
       $ sudo apt install nodejs npm
       $ npm install
       $ npm run serve
   
   Make sure to set CS_URL=http://localhost:8080/client on .env.local file on 
ui.
   
   You should 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to