jojochuang commented on code in PR #273:
URL: https://github.com/apache/ozone-site/pull/273#discussion_r2720532175


##########
docs/05-administrator-guide/01-installation/04-installing-binaries.md:
##########
@@ -1,8 +1,41 @@
 # Installing the Ozone Binaries
 
-**TODO:** File a subtask under 
[HDDS-9859](https://issues.apache.org/jira/browse/HDDS-9859) and complete this 
page or section.
+This section outlines the steps to obtain and install the Apache Ozone 
binaries on your hosts.
 
-To obtain binaries, link either:
+## Identify Hosts
 
-- Downloads page to get the released tarball
-- Developer guide to build from source.
+First, identify the hosts where Ozone will be installed. The installation 
steps described below should be performed on each designated host.
+
+## Obtain Binaries
+
+To obtain the Ozone binaries, you have two primary options:
+
+1. **Official Apache Ozone Releases**:
+    For official releases, navigate to the [Downloads page](/download) to get 
the released binary tarball. Follow the instructions to verify the integrity of 
the tarball.
+
+2. **Build from Source**:
+    Alternatively, you can build Ozone from its source code. Follow the 
detailed instructions in the [Developer Guide: Building Ozone With 
Maven](../../08-developer-guide/01-build/01-maven.md).
+
+### Untar the Tarball (for released binaries)
+
+If you downloaded a binary tarball, untar it to your desired installation path:
+
+```bash
+tar zxvf ozone-<version>.tar.gz -C /path/to/ozone
+```
+
+### RPM or DEB Packages
+
+To use an RPM or DEB package, execute the appropriate command:
+
+For RPM:
+
+```bash
+rpm -ivh ozone-<version>-1.noarch.rpm

Review Comment:
   good idea! udated.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to