Page 1 of 1

OpenKM on Raspberry Pi

PostPosted:Tue May 06, 2014 7:36 am
by raspberry
Hello!

Is it possible to install and run OpenKM on Raspberry Pi?

I tried to install it, but without success. This is what I did:

# Installed Java JDK
pi@raspberry-$: sudo apt-get install openjdk-7-jdk
openjdk-7-jdk has been successfully installed
# Checked java version
pi@raspberry-$: java -version
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1~deb7u1+rpi1)
OpenJDK Zero VM (build 22.0-b10, mixed mode)
# Tried to install OpenKM
pi@raspberry-$: sudo ./openkm-6.2.5-community-linux-installer.run
./openkm-6.2.5-community-linux-installer.run: 1: ./openkm-6.2.5-community-linux-installer.run: Syntax error: "(" unexpected
pi@raspberry-$:

What is this syntax error and is it possible to fix it?

PS: On my Raspberry Pi I'm running the latest Raspbian (Debian Wheezy) operating system (release date: 2014-01-07) with kernel 3.10.25. I have tested OpenKM on Ubuntu 12.04 server and it works beautifully. Thank you! It would be great if it worked so on Raspberry Pi as well.

Re: OpenKM on Raspberry Pi

PostPosted:Tue May 06, 2014 7:55 am
by pavila
The installer has been generated for i386 and amd64 architectures. You can install install OpenKM in Raspberry (I have tried and works) but you need to get the Tomcat + OpenKM bundle (not the installer). The only problem I see is the LibreOffice which seems to use a lot of RAM and the Raspberry has only 512KB :(

Re: OpenKM on Raspberry Pi

PostPosted:Tue May 06, 2014 7:58 pm
by raspberry
Thanks, pavila, I got it working now, but indeed, it is rather slow with LibreOffice.