File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
site/content/in-dev/unreleased/getting-started Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Use this guide to quickly start running Polaris using the pre-built binary distr
3232Download and extract the binary distribution:
3333
3434``` bash
35- curl -L https://downloads.apache.org/incubator/polaris/1.0 .0-incubating/polaris-bin-1.0 .0-incubating.tgz | tar xz
36- cd polaris-distribution-1.0 .0-incubating
35+ curl -L https://downloads.apache.org/incubator/polaris/1.2 .0-incubating/polaris-bin-1.2 .0-incubating.tgz | tar xz
36+ cd polaris-distribution-1.2 .0-incubating
3737```
3838
3939Start the Polaris server:
@@ -42,10 +42,10 @@ Start the Polaris server:
4242bin/server
4343```
4444
45- The server will start and listen on http://localhost:8181 . Health and metrics endpoints are available under /q.
45+ The server will start and listen on http://localhost:8182 . Health and metrics endpoints are available under /q.
4646
4747You can verify the server is running by checking the health endpoint:
4848
4949``` bash
50- curl http://localhost:8181 /q/health
50+ curl http://localhost:8182 /q/health
5151```
You can’t perform that action at this time.
0 commit comments