Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Install.md->CloudStack UI Commands(npm) #10593

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Imvedansh
Copy link

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 :

Screenshot from 2025-03-20 18-22-45

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.

Copy link

boring-cyborg bot commented Mar 20, 2025

Congratulations on your first Pull Request and welcome to the Apache CloudStack community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md)
Here are some useful points:

Copy link
Contributor

@Pearl1594 Pearl1594 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pearl1594 Pearl1594 added this to the 4.21.0 milestone Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants