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.
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.