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

[README] Specify that coral-ui and coral-service backend run on different ports #477

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Changes from all commits
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ Then you can interact with the service using your [browser](#coral-service-ui) o

### Coral Service UI
After running `../gradlew bootRun --args='--spring.profiles.active=localMetastore'` (for local metastore mode)
or `../gradlew bootRun` (for remote metastore mode) from coral-service module, configure and start the UI.
or `../gradlew bootRun` (for remote metastore mode) from coral-service module, configure and start the UI.

Please note: The backend service runs on port 8080 (by default) and the web UI runs on port 3000 (by default).

#### To configure environment variables:
1. Create a `.env.local` file in the frontend project's root directory
Expand Down
Loading