1. 在Azure構(gòu)建Ubuntu 16.04虛擬機
假設(shè)前提條件您已有 Azure 帳號,登陸 Azure https://portal.azure.com 。
點擊左上部的 +New 按鈕,在搜索框中輸入 Ubuntu ,或者點擊 Virtual Machine 選擇 Ubuntu Server 14.04 LTS,然后點擊 Create 創(chuàng)建虛擬機。
創(chuàng)建完成虛擬機后,在虛擬機的設(shè)置中找到 Azure 為其分配的 IP 地址,通過 Bitvise SSH Client 遠程登陸虛擬機開始快速搭建推薦引擎服務(wù)之旅。
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