Fixes installation instructions

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

Branch: refs/heads/develop
Commit: c9e564dde3c703a0f7dd345aef509edfdca5ef56
Parents: 5da595b
Author: shimamoto <shimam...@apache.org>
Authored: Wed Sep 19 22:26:26 2018 +0900
Committer: shimamoto <shimam...@apache.org>
Committed: Wed Sep 19 22:26:26 2018 +0900

----------------------------------------------------------------------
 README.md                                       |  4 +--
 docs/manual/source/install/index.html.md.erb    |  5 +--
 .../install/install-sourcecode.html.md.erb      | 34 +++++++-------------
 3 files changed, 14 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/c9e564dd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8bc359f..1a32e27 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,8 @@ To get started, check out http://predictionio.apache.org!
 
 A few installation options available.
 
-*   [Installing Apache PredictionIO from Source
-    Code](http://predictionio.apache.org/install/install-sourcecode/)
+*   [Installing Apache PredictionIO from
+    Binary/Source](http://predictionio.apache.org/install/install-sourcecode/)
 *   [Installing Apache PredictionIO with
     
Docker](http://predictionio.apache.org/community/projects/#docker-installation-for-predictionio)
     (community contributed)

http://git-wip-us.apache.org/repos/asf/predictionio/blob/c9e564dd/docs/manual/source/install/index.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/install/index.html.md.erb 
b/docs/manual/source/install/index.html.md.erb
index 3b34871..e666b69 100644
--- a/docs/manual/source/install/index.html.md.erb
+++ b/docs/manual/source/install/index.html.md.erb
@@ -53,10 +53,7 @@ 
mode](http://spark.apache.org/docs/latest/spark-standalone.html).
 
 ## Installation
 
-Apache PredictionIO® runs on a Java virtual machine, so it runs on
-most platforms. Choose your platform below:
-
-* [Installing Apache PredictionIO from Source Code](install-sourcecode.html)
+* [Installing Apache PredictionIO](install-sourcecode.html)
 
 You may also use one of the community-contributed packages to install
 Apache PredictionIO®:

http://git-wip-us.apache.org/repos/asf/predictionio/blob/c9e564dd/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 897f7e8..ed69965 100644
--- a/docs/manual/source/install/install-sourcecode.html.md.erb
+++ b/docs/manual/source/install/install-sourcecode.html.md.erb
@@ -1,5 +1,5 @@
 ---
-title: Installing Apache PredictionIO® from Source Code
+title: Installing Apache PredictionIO®
 ---
 
 <!--
@@ -34,24 +34,17 @@ building against
 
 Download [binary release from an Apache
 mirror](https://www.apache.org/dyn/closer.lua/predictionio/<%= 
data.versions.pio
-%>/apache-predictionio-<%= data.versions.pio %>-bin.tar.gz) and verify the
-release with the corresponding
-[signature](https://archive.apache.org/dist/predictionio/<%=
-data.versions.pio %>/apache-predictionio-<%= data.versions.pio
-%>-bin.tar.gz.asc) and
-[checksum](https://archive.apache.org/dist/predictionio/<%=
-data.versions.pio %>/apache-predictionio-<%= data.versions.pio
-%>-bin.tar.gz.sha512).
+%>/apache-predictionio-<%= data.versions.pio %>-bin.tar.gz).
 
 ### Verifying Release
 
-Verify binary/source release using [signatures and checksums]
-(https://www.apache.org/dist/predictionio/<%= data.versions.pio %>/)
+Verify binary release using the [signatures and checksums]
+(https://archive.apache.org/dist/predictionio/<%= data.versions.pio %>/)
 and [project release KEYS](https://www.apache.org/dist/predictionio/KEYS).
 
 ```
 $ gpg --import KEYS
-$ gpg --verify apache-predictionio-<%= data.versions.pio %>.tar.gz.asc 
apache-predictionio-<%= data.versions.pio %>.tar.gz
+$ gpg --verify apache-predictionio-<%= data.versions.pio %>-bin.tar.gz.asc 
apache-predictionio-<%= data.versions.pio %>-bin.tar.gz
 ```
 
 You should see something like this.
@@ -72,24 +65,19 @@ Extract the binary distribution and proceed to
 [Installing Dependencies](#installing-dependencies).
 
 ```
-$ tar zxvf apache-predictionio-<%= data.versions.pio %>.tar.gz
+$ tar zxvf apache-predictionio-<%= data.versions.pio %>-bin.tar.gz
 ```
 
 ## Downloading Source Code
 
 Download [source release from an Apache
-mirror](https://www.apache.org/dyn/closer.cgi/predictionio/<%= 
data.versions.pio
-%>/apache-predictionio-<%= data.versions.pio %>.tar.gz) and verify the release
-with the corresponding
-[signature](https://archive.apache.org/dist/predictionio/<%= data.versions.pio
-%>/apache-predictionio-<%= data.versions.pio %>.tar.gz.asc) and
-[checksum](https://archive.apache.org/dist/predictionio/<%= data.versions.pio
-%>/apache-predictionio-<%= data.versions.pio %>.tar.gz.sha512).
+mirror](https://archive.apache.org/dist/predictionio/<%= data.versions.pio
+%>/apache-predictionio-<%= data.versions.pio %>.tar.gz).
 
 ### Verifying Release
 
-Verify binary/source release using [signatures and checksums]
-(https://www.apache.org/dist/predictionio/<%= data.versions.pio %>/)
+Verify source release using [signatures and checksums]
+(https://archive.apache.org/dist/predictionio/<%= data.versions.pio %>/)
 and [project release KEYS](https://www.apache.org/dist/predictionio/KEYS).
 
 ```
@@ -109,7 +97,7 @@ For further information, the [official guide from
 Apache](https://www.apache.org/info/verification.html) has the most up-to-date
 and complete information.
 
-## Building
+### Building
 
 Run the following at the directory where you downloaded the source code to 
build
 Apache PredictionIO®. By default, the build will be against

Reply via email to