You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2019/02/19 21:41:56 UTC

[geode] branch develop updated: GEODE-5694 Revise docs: no more ZIP files in the distribution

This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new cea9ad3  GEODE-5694 Revise docs: no more ZIP files in the distribution
     new adf444b  Merge pull request #3206 from karensmolermiller/feature/GEODE-5694
cea9ad3 is described below

commit cea9ad350a740fc011f89ad06511a03083d2e843
Author: Karen Miller <km...@pivotal.io>
AuthorDate: Tue Feb 19 10:34:04 2019 -0800

    GEODE-5694 Revise docs: no more ZIP files in the distribution
---
 .../installation/install_standalone.html.md.erb          | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/geode-docs/getting_started/installation/install_standalone.html.md.erb b/geode-docs/getting_started/installation/install_standalone.html.md.erb
index 91d4ebd..c1e945f 100644
--- a/geode-docs/getting_started/installation/install_standalone.html.md.erb
+++ b/geode-docs/getting_started/installation/install_standalone.html.md.erb
@@ -17,7 +17,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-Build from source or use the ZIP or TAR distribution to install <%=vars.product_name_long%> on every physical and virtual machine that will run <%=vars.product_name_long%>.
+Build from source or use the TAR distribution to install <%=vars.product_name_long%> on every physical and virtual machine that will run <%=vars.product_name_long%>.
 
 ## Build from Source on Unix
 
@@ -79,19 +79,13 @@ Build from source or use the ZIP or TAR distribution to install <%=vars.product_
     v1.1.0
     ```
 
-## <a id="concept_0129F6A1D0EB42C4A3D24861AF2C5425__section_D3326496B2BB47A7AB0CFC1A5E266842" class="no-quick-link"></a>Install Binaries from .zip or .tar File
+## <a id="concept_0129F6A1D0EB42C4A3D24861AF2C5425__section_D3326496B2BB47A7AB0CFC1A5E266842" class="no-quick-link"></a>Install Binaries from .tgz File
 
-1.  Download the .zip or .tar file from the Releases page found at [http://geode.apache.org](http://geode.apache.org/).
-2.  Unzip the .zip file or expand the .tar file, where `path_to_product` is an absolute path, and the file name will vary due to the version number. For the .zip format:
+1.  Download the .tgz file from the Releases page found at [http://geode.apache.org](http://geode.apache.org/).
+2.  Expand the .tgz file, where `path_to_product` is an absolute path, and the file name will vary due to the version number:
 
     ``` pre
-    $ unzip apache-geode-1.1.0.zip -d path_to_product
-    ```
-
-    For the .tar format:
-
-    ``` pre
-    $ tar -xvf apache-geode-1.1.0.tar -C path_to_product
+    $ tar -zxvf apache-geode-1.1.0.tgz -C path_to_product
     ```
 
 3.  Set the JAVA\_HOME environment variable. On Linux/Unix platforms: