Repository: incubator-predictionio Updated Branches: refs/heads/develop cdf7115e0 -> 9d6a78a0d
Hide quick install instructions for now Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/9d6a78a0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/9d6a78a0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/9d6a78a0 Branch: refs/heads/develop Commit: 9d6a78a0d4c9544a629d44a6769aab8aa73a0c7c Parents: cdf7115 Author: Donald Szeto <[email protected]> Authored: Sun Sep 11 11:10:36 2016 -0700 Committer: Donald Szeto <[email protected]> Committed: Sun Sep 11 11:10:36 2016 -0700 ---------------------------------------------------------------------- docs/manual/source/install/index.html.md.erb | 23 +++++++++------- .../source/install/install-linux.html.md.erb | 28 +++++++++++--------- 2 files changed, 30 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/9d6a78a0/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 4f7d1f6..d3f9cd9 100644 --- a/docs/manual/source/install/index.html.md.erb +++ b/docs/manual/source/install/index.html.md.erb @@ -2,19 +2,24 @@ title: Installing Apache PredictionIO (incubating) --- -## Method 1: Quick Install +INFO: New installation methods will be provided once Apache PredictionIO +(incubating) (version 0.10.0 and beyond) is released on the Apache +infrastructure. Methods below are for installing pre-Apache releases (version +0.9.x). -On Linux / Mac OS X, Apache PredictionIO (incubating) can now be installed with a single command: +[//]: # (## Method 1: Quick Install) -``` -$ bash -c "$(curl -s https://raw.githubusercontent.com/apache/incubator-predictionio/master/bin/install.sh)" -``` +[//]: # (On Linux / Mac OS X, Apache PredictionIO (incubating) can now be installed with a single command:) -The above script will complete the installation for you. +[//]: # (```) +[//]: # ($ bash -c "$(curl -s https://raw.githubusercontent.com/apache/incubator-predictionio/master/bin/install.sh)") +[//]: # (```) -<%= partial 'shared/install/proceed_template' %> +[//]: # (The above script will complete the installation for you.) -## Method 2: Manual Install +[//]: # (<%= partial 'shared/install/proceed_template' %>) + +## Method 1: Manual Install ### Prerequisites @@ -77,7 +82,7 @@ Elasticsearch. See more [here](/resources/upgrade/).** [//]: # (For production environment setup, please refer to [Production) [//]: # (Deployment](/production/deploy.html) guide.) -## Method 3: Terminal.com +## Method 2: Terminal.com Public snaps are available on our Terminal.com [page](https://www.terminal.com/user/predictionio). http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/9d6a78a0/docs/manual/source/install/install-linux.html.md.erb ---------------------------------------------------------------------- diff --git a/docs/manual/source/install/install-linux.html.md.erb b/docs/manual/source/install/install-linux.html.md.erb index c100611..e597f85 100644 --- a/docs/manual/source/install/install-linux.html.md.erb +++ b/docs/manual/source/install/install-linux.html.md.erb @@ -2,25 +2,29 @@ title: Installing Apache PredictionIO (incubating) on Linux / Mac OS X --- -## Method 1: Quick Install +[//]: # (## Method 1: Quick Install) -On Linux / Mac OS X, Apache PredictionIO (incubating) can now be installed with a single command: +[//]: # (On Linux / Mac OS X, Apache PredictionIO (incubating) can now be installed with a single command:) -``` -$ bash -c "$(curl -s https://raw.githubusercontent.com/apache/incubator-predictionio/master/bin/install.sh)" -``` +[//]: # (```) +[//]: # ($ bash -c "$(curl -s https://raw.githubusercontent.com/apache/incubator-predictionio/master/bin/install.sh)") +[//]: # (```) -The above script will complete the installation for you. +[//]: # (The above script will complete the installation for you.) -<%= partial 'shared/install/proceed_template' %> +[//]: # (<%= partial 'shared/install/proceed_template' %>) -## Method 2: Manual Install +## Manual Install -If you do not want to use the Quick Install script, you can follow the steps -below to setup Apache PredictionIO (incubating) and its dependencies. In these -instructions we will assume you are in your home directory. Wherever you see -`/home/abc`, replace it with your own home directory. +[//]: # (If you do not want to use the Quick Install script, you can follow the steps) +[//]: # (below to setup Apache PredictionIO (incubating) and its dependencies. In these) +[//]: # (instructions we will assume you are in your home directory. Wherever you see) +[//]: # (`/home/abc`, replace it with your own home directory.) +Follow the steps below to setup Apache PredictionIO (incubating) and its +dependencies. In these instructions we will assume you are in your home +directory. Wherever you see `/home/abc`, replace it with your own home +directory. ### Java
