eric-maynard commented on code in PR #2267: URL: https://github.com/apache/polaris/pull/2267#discussion_r2263709602
########## site/content/in-dev/unreleased/getting-started/_index.md: ########## @@ -23,3 +23,114 @@ weight: 101 build: render: never --- + +# Getting Started with Apache Polaris Binary Distribution + +Quickly start Apache Polaris by running the pre-built binary, no build needed. + +--- + +## Prerequisites + +- Java 21 or later installed. You can verify this by running: + +```bash +java -version +``` + +- Basic familiarity with running commands in your operating system terminal. + +--- + +## Step 1: Download the Apache Polaris Binary + +1. Visit the official Apache Polaris GitHub + [Releases page](https://github.com/apache/polaris/releases). + +2. Download the latest binary archive file, for example: + +```bash +curl -L https://downloads.apache.org/incubator/polaris/1.0.0-incubating/polaris-bin-1.0.0-incubating.tgz | tar xz``` +--- + +## Step 2: Extract the Archive + +Extract the downloaded tar.gz file to your desired directory: + +```bash +cd apache-polaris-<version> +``` + +*Replace `<version>` with the actual version number.* Review Comment: The docs are versioned, so we should just put the actual version here ########## site/content/in-dev/unreleased/getting-started/_index.md: ########## @@ -23,3 +23,114 @@ weight: 101 build: render: never --- + +# Getting Started with Apache Polaris Binary Distribution + +Quickly start Apache Polaris by running the pre-built binary, no build needed. + +--- + +## Prerequisites + +- Java 21 or later installed. You can verify this by running: + +```bash +java -version +``` + +- Basic familiarity with running commands in your operating system terminal. Review Comment: This is not necessary -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org