Hi, As you can see in : https://github.com/actionml/PredictionIO it was forked from : https://github.com/apache/incubator-predictionio
What I advise you is cloning the https://github.com/apache/incubator-predictionio repo and git checkout release/0.10.0 2017-03-30 15:43 GMT+04:00 Vaghawan Ojha <[email protected]>: > Hi, > > Are you telling me to use either one of them? > > So let's say I only cloned the first one, the merged branch from actionml. > Am I supposed to skip the later one? like cloning apacheecubator and so on? > > Why the documenation is like that? Since you've already installed it, can > you please tell me which could be the best approach? > > Like installing encubator or action ml's? The documentation confused me > badly. Please suggest me. > > On Thu, Mar 30, 2017 at 5:20 PM, Marius Rabenarivo < > [email protected]> wrote: > >> Hello, >> >> The first is the ActionML's fork but it was merged with the upstream >> incubator predictionIO repo. >> You just have to choose on of them. >> >> I think you should use de release branch instead of the master one. >> >> Regards, >> >> Marius >> >> 2017-03-30 15:19 GMT+04:00 Vaghawan Ojha <[email protected]>: >> >>> I've ran into confusion as well as after wrong setup probably because >>> I'm not getting this documentation correctly. >>> >>> Documentation URL (http://actionml.com/docs/single_machine) >>> >>> First the documentation tells me to do something like this: >>> >>> Clone PredictionIO-0.10.0 from its root repo into ~/pio >>> >>> git clone https://github.com/actionml/PredictionIO.git pio >>> cd ~/pio >>> git checkout master #get the latest stable version >>> >>> >>> >>> I followed everything in the guide, and the guide again tells me >>> something like this: >>> >>> Setup PredictionIO >>> >>> PredictionIO is a source only release so you will need to build it. >>> >>> - >>> >>> Build PredictionIO >>> >>> git clone https://github.com/apache/incubator-predictionio.git ~/pio >>> cd ~/pio >>> git checkout master # usually the version you want >>> ./make-distribution >>> >>> >>> >>> >>> >>> So, I'm confused why the documentation is telling me something like >>> this, since I already have the dir called pio. I also tried with the >>> installation into a different dir, and completed the quickstart of UR, but >>> at the end I just wasted my time. >>> >>> So my question here is I can't make two dir with the same name pio. But >>> why the documentation tells me this? >>> >>> If you have any other way of installation please let me know. I would be >>> really grateful, if you could help me out. >>> >>> Thank you >>> Vaghawan >>> >>> >>> >>> >> >
