Changes between Version 1 and Version 2 of CourseRecommendersPio


Ignore:
Timestamp:
01/27/18 06:26:57 (7 years ago)
Author:
Vangel Ajanovski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • CourseRecommendersPio

    v1 v2  
    33=== PredictionIO
    44
    5 For a trial follow exactly the process for source based install described at the official documentation page.
     5For a trial follow exactly the process for source based install described at the official documentation page.
     6
    67https://predictionio.apache.org/install/install-sourcecode/
     8
     9{{{
     10# this is necessary if running sbt producess error message
     11# NumberFormatException 0x100
     12export TERM=xterm-color
     13}}}
    714
    815=== Test Applications
    916
    1017Based on the Universal Recommender template at:
     18
    1119https://github.com/apache/incubator-predictionio-template-recommender.git
    1220
     
    1523Each application is run at a separate http port.
    1624
     25{{{
     26pio build
     27pio train
     28pio deploy --port=PORT
     29}}}