Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down