From 3dc515bc3cf64e98159c7e581e16278b31108574 Mon Sep 17 00:00:00 2001 From: he1l0world Date: Wed, 18 Jun 2025 14:54:37 -0400 Subject: [PATCH 1/4] Update INSTALL.md for frontend build instructions --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c0b845185e21..b37d0b505c4a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,7 +30,7 @@ Set up Maven (3.9.10): Setup up NodeJS (LTS): - # 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 .env.local file on ui. You should be able to run the management server on http://localhost:5050 From 7f0977e77a500ff11f83c5e889ef9d5b63c670ba Mon Sep 17 00:00:00 2001 From: "Suyang(Dawson) Chen" Date: Wed, 18 Jun 2025 19:30:05 -0400 Subject: [PATCH 2/4] Update INSTALL.md as suggested MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bernardo De Marco Gonçalves --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index b37d0b505c4a..36a108fffd0e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -110,7 +110,7 @@ For Development Mode. $ npm start -Make sure to set CS_URL=http://localhost:8080 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 From 0b91a6ad73f9ad74cd97674f765c3d8d413d59e7 Mon Sep 17 00:00:00 2001 From: "Suyang(Dawson) Chen" Date: Wed, 18 Jun 2025 19:30:15 -0400 Subject: [PATCH 3/4] Update INSTALL.md as suggested MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bernardo De Marco Gonçalves --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 36a108fffd0e..efbd42a8406c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -28,7 +28,7 @@ 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_16.x | sudo -E bash - # sudo yum install nodejs From 75ccfa3b0c8f3254aaf0a0b93b8cad6f9e845365 Mon Sep 17 00:00:00 2001 From: "Suyang(Dawson) Chen" Date: Thu, 19 Jun 2025 03:27:36 -0400 Subject: [PATCH 4/4] Update INSTALL.md as suggested Co-authored-by: dahn --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index efbd42a8406c..efb42678b0a3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -104,7 +104,7 @@ To install dependencies. To build the project. - $ npm run build + $ npm run build For Development Mode.