1. 在Azure构建Ubuntu 16.04虚拟机
假设前提条件您已有 Azure 帐号,登陆 Azure https://portal.azure.com 。
点击左上部的 +New 按钮,在搜索框中输入 Ubuntu ,或者点击 Virtual Machine 选择 Ubuntu Server 14.04 LTS,然后点击 Create 创建虚拟机。

创建完成虚拟机后,在虚拟机的设置中找到 Azure 为其分配的 IP 地址,通过 Bitvise SSH Client 远程登陆虚拟机开始快速搭建推荐引擎服务之旅。
2. 以 PredictionIO 源码编译的方式安装
之所以本文以源码编译的方式安装 PredictionIO ,是因为其他方式我都未尝试成功。
2.1 编译
Run the following to download and build Apache PredictionIO (incubating) from its source code.
$ git clone https://github.com/apache/incubator-predictionio.git$ cd incubator-predictionio$ git checko
