Skip to content

Commit 64ae128

Browse files
RNHTTRwslulciuc
andauthored
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>
1 parent 878457b commit 64ae128

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ $ ./docker/up.sh
3838

3939
> **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.
4040
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+
4143
**`WEB UI`**
4244

4345
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

Comments
 (0)