Skip to content

Commit 5b7c3b4

Browse files
he1l0worldbernardodemarcoDaanHoogland
authored
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]>
1 parent 6adfda2 commit 5b7c3b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Set up Maven (3.9.10):
2828
# echo export PATH=/usr/local/maven/bin:${PATH} >> ~/.bashrc # or .zshrc or .profile
2929
# source ~/.bashrc
3030

31-
Setup up NodeJS (LTS):
31+
Setup up Node.js 16:
3232

33-
# curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash -
33+
# curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
3434
# sudo yum install nodejs
3535
# sudo npm install -g @vue/cli npm-check-updates
3636

@@ -104,13 +104,13 @@ To install dependencies.
104104

105105
To build the project.
106106

107-
$ npm build
107+
$ npm run build
108108

109109
For Development Mode.
110110

111111
$ npm start
112112

113-
Make sure to set CS_URL=http://localhost:8080/client on .env.local file on ui.
113+
Make sure to set `CS_URL=http://localhost:8080` on the `.env.local` file on UI.
114114

115115
You should be able to run the management server on http://localhost:5050
116116

0 commit comments

Comments
 (0)