Imvedansh opened a new issue, #10590:
URL: https://github.com/apache/cloudstack/issues/10590

   Description:
   The current INSTALL.md file lacks some crucial setup commands that would 
help new contributors set up their environment seamlessly. I propose adding the 
following steps to ensure a smoother setup experience.
   Suggested Additions:
   
       Secure MySQL Installation:
   
   $ mysql_secure_installation
   
   This ensures a secure database setup, which is important for new 
installations.
   
   Steps to Bring Up CloudStack UI:
   
       Move to the UI directory:
   
   $ cd /path/to/cloudstack/ui
   
   Install dependencies:
   
   $ npm install
   
   Build the project:
   
   $ npm build
   
   Start in development mode:
   
       $ npm start
   
       Ensure CS_URL=http://localhost:8080/client is set in .env.local for 
proper API communication.
   
   Management Server Access:
   After completing the setup, the management server should be accessible at:
   
       http://localhost:5050/
   
   These additions would make it easier for first-time contributors to set up 
and start contributing without unnecessary hurdles.


-- 
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