You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Getting Started Guide with note on port 5000 for MacOS (#1994)
* Update Getting Started Guide with note on port 5000 for MacOS
Signed-off-by: Ryan Hatter <ryan.hatter@astronomer.io>
* Update README.md
Signed-off-by: Ryan Hatter <ryan.hatter@astronomer.io>
Co-authored-by: Willy Lulciuc <willy@datakin.com>
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ $ ./docker/up.sh
38
38
39
39
> **Tip:** Use the `--build` flag to build images from source, and/or `--seed` to start Marquez with sample lineage metadata. For a more complete example using the sample metadata, please follow our [quickstart](https://marquezproject.github.io/marquez/quickstart.html) guide.
40
40
41
+
> **Note:** Port 5000 is now reserved for MacOS. If running locally on MacOS, you can run `./docker/up.sh --api-port 9000` to configure the API to listen on port 9000 instead. Keep in mind that you will need to update the URLs below with the appropriate port number.
42
+
41
43
**`WEB UI`**
42
44
43
45
You can open [http://localhost:3000](http://localhost:3000) to begin exploring the Marquez Web UI. The UI enables you to discover dependencies between jobs and the datasets they produce and consume via the lineage graph, view run metadata of current and previous job runs, and much more!
0 commit comments