Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
I get yet another of these prerequisites messages:
Missing pentaho at /usr/local/pentaho/pdi/kitchen.sh
How to install pentaho? AFAIK instruction was not included in the documentation.
I had a look at the community edition (where are talking about Kaltura Open source edition isn't it?). So where do I start in the complex maze of this yet another mega application?
You see what? Please when you find a solution on your own post it so it isn't misleading for someone who is having the same problem, because you see, this thread is one of the top links that Google throws when looking for this issue. Anyway here is how you install Pentaho in Linux:
sudo mkdir /usr/local/pentaho
cd /tmp
wget http://sourceforge.net/projects/pentaho/files/Data%20Integration/3.2.0-s...
sudo mv pdi-ce-3.2.0-stable.tar.gz /usr/local/pentaho
cd /usr/local/pentaho
sudo tar xvzf pdi-ce-3.2.0-stable.tar.gz
sudo mv data-integration pdi
I found it here: https://github.com/instructure/canvas-lms/wiki/Kaltura-setup-instruction...
I found the same article, but still get the error about not finding pentaho. It's like there should be a way of telling it where to find it, or it expects it somewhere. Not sure where it needs to go for Kaltura installer to find it, or if I can tell it where to get it from?
I see now....
... back to work.