Imvedansh opened a new pull request, #10593:
URL: https://github.com/apache/cloudstack/pull/10593
Description
This PR updates INSTALL.md to include essential setup commands for
first-time contributors, ensuring a smoother installation process and reducing
setup errors.
Changes:
Added mysql_secure_installation to improve MySQL security.
Included steps for setting up the CloudStack UI (npm install, npm build,
npm start).
Clarified the requirement to set CS_URL=http://localhost:8080/client in
.env.local for API communication.
Explicitly mentioned that the management server runs at
http://localhost:5050/.
These improvements will make onboarding easier and reduce setup issues.
#10590
Types of changes
Breaking change (fix or feature that would cause existing functionality to
change)
New feature (non-breaking change which adds functionality)
Bug fix (non-breaking change which fixes an issue)
Enhancement (improves an existing feature and functionality)
Cleanup (Code refactoring and cleanup, that may add test cases)
build/CI
test (unit or integration test code)
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Minor
Major
Bug Severity
BLOCKER
Critical
Major
Minor
Trivial
Screenshots :

How Has This Been Tested?
Followed the updated steps on a fresh Ubuntu 22.04.5 environment.
Ensured the UI builds successfully and connects to the management server.
Verified mysql_secure_installation improves security settings.
Confirmed the management server is accessible at http://localhost:5050/.
How did you try to break this feature and the system with this change?
Tested installation without mysql_secure_installation to confirm the
security risk.
Omitted CS_URL in .env.local and verified API connection failure.
Attempted to start the UI without installing dependencies to confirm
issues.
--
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]