You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by sh...@apache.org on 2018/09/19 05:48:18 UTC

[08/29] predictionio git commit: [PIO-156] Update release on download page

[PIO-156] Update release on download page


Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/b6303674
Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/b6303674
Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/b6303674

Branch: refs/heads/master
Commit: b6303674b0f9352c7665b2b442d363090b39d57d
Parents: 439b87e
Author: Chan Lee <ch...@gmail.com>
Authored: Thu Mar 15 13:10:15 2018 -0700
Committer: Chan Lee <ch...@gmail.com>
Committed: Thu Mar 15 13:10:15 2018 -0700

----------------------------------------------------------------------
 .../install/install-sourcecode.html.md.erb      | 22 +++++++++++++-------
 1 file changed, 14 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/b6303674/docs/manual/source/install/install-sourcecode.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/install/install-sourcecode.html.md.erb b/docs/manual/source/install/install-sourcecode.html.md.erb
index 6b9bd63..fda6ee9 100644
--- a/docs/manual/source/install/install-sourcecode.html.md.erb
+++ b/docs/manual/source/install/install-sourcecode.html.md.erb
@@ -32,22 +32,28 @@ building against
 * Hadoop 2.7.3
 * Elasticsearch 5.5.2
 
-Download and extract binary release.
+Download binary release from an Apache [mirror](
+https://www.apache.org/dyn/closer.cgi/predictionio/<%= data.versions.pio
+%>/apache-predictionio-<%= data.versions.pio %>-bin.tar.gz)
+and verify the release.
+
+Extract the binary distribution and proceed to [Installing Dependencies](
+#installing-dependencies).
 
 ```
-$ curl -L https://dist.apache.org/repos/dist/release/predictionio/<%= data.versions.pio %>/apache-predictionio-<%= data.versions.pio %>-bin.tar.gz > PredictionIO-<%= data.versions.pio %>.tar.gz
-$ tar zxvf PredictionIO-<%= data.versions.pio %>.tar.gz
+$ tar zxvf apache-predictionio-<%= data.versions.pio %>.tar.gz
 ```
 
-Proceed to [Installing Dependencies](#installing-dependencies).
-
 ## Downloading Source Code
 
-Download Apache PredictionIO <%= data.versions.pio %> from an
+Download Apache PredictionIO source <%= data.versions.pio %> from an
 Apache [mirror](https://www.apache.org/dyn/closer.cgi/predictionio/<%=
-data.versions.pio %>/apache-predictionio-<%= data.versions.pio %>.tar.gz). 
+data.versions.pio %>/apache-predictionio-<%= data.versions.pio %>.tar.gz) and
+verify the release.
+
+### Verifying Release
 
-Verify this release using [signatures and checksums]
+Verify binary/source release using [signatures and checksums]
 (https://www.apache.org/dist/predictionio/<%= data.versions.pio %>/)
 and [project release KEYS](https://www.apache.org/dist/predictionio/KEYS).