This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new 5b7c3b475e3 docs: Update INSTALL.md for frontend build instructions
(#11057)
5b7c3b475e3 is described below
commit 5b7c3b475e39eed3872a9f8f9dc8cb68ddd21302
Author: Suyang(Dawson) Chen <[email protected]>
AuthorDate: Thu Jun 19 04:17:34 2025 -0400
docs: Update INSTALL.md for frontend build instructions (#11057)
Co-authored-by: Bernardo De Marco Gonçalves <[email protected]>
Co-authored-by: dahn <[email protected]>
---
INSTALL.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/INSTALL.md b/INSTALL.md
index c0b845185e2..efb42678b0a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -28,9 +28,9 @@ Set up Maven (3.9.10):
# echo export PATH=/usr/local/maven/bin:${PATH} >> ~/.bashrc # or .zshrc
or .profile
# source ~/.bashrc
-Setup up NodeJS (LTS):
+Setup up Node.js 16:
- # curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash -
+ # curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
# sudo yum install nodejs
# sudo npm install -g @vue/cli npm-check-updates
@@ -104,13 +104,13 @@ To install dependencies.
To build the project.
- $ npm build
+ $ npm run build
For Development Mode.
$ npm start
-Make sure to set CS_URL=http://localhost:8080/client on .env.local file on ui.
+Make sure to set `CS_URL=http://localhost:8080` on the `.env.local` file on UI.
You should be able to run the management server on http://localhost:5050