1. 在Azure构建Ubuntu 16.04虚拟机

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

万码学堂,电脑培训,计算机培训,Java培训,JavaEE开发培训,青岛软件培训,软件工程师培训

创建完成虚拟机后,在虚拟机的设置中找到 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
        
		

网友评论