Internal PredictionIO Server - N4L/PredictionIO GitHub Wiki
Internal PredictionIO server is on the server 192.168.50.118, which is the VM machine on server 192.168.50.116. Please follow the instructions below to setup the internal PredictionIO server.
- Upload all the files in folder
PredictionIO
into folder/var/PredictionIO.src
on the server. - SSH to the server with root credential.
- Navigate to
/var/PredictionIO
- Make a backup copy of
/var/PredictionIO/pio-env.sh
as/var/PredictionIO/pio-env.sh.back
.pio-env.sh
has all the configs. - Navigate to
/var/PredictionIO.src
- Execute command
find . -type f -exec dos2unix {} \;
- Execute command
bash make-distribution.sh
- Copy evernt files under folder
/var/PredictionIO.src/dist
folder to folder/var/PredictionIO
- Navigate to
/var/PredictionIO
- Copy
/var/PredictionIO/pio-env.sh.back
back to/var/PredictionIO/pio-env.sh
. - Execute
pio-stop-all
, thenpio-start-all
If setup a brand new PredictionIO server, please refer the Chef recipes for detailed steps.