Page 1 of 1

Can not start OpenKM on Ubuntu 10.04

PostPosted:Sat Mar 26, 2011 5:52 pm
by veerge
Hello,

I have installed OpenKM on our Ubuntu 10.04 server (remote)
I want to have access to the application but there is noting in /var/www/
thats points to OpenKM.
I have tried to make soft links to every index.jsp into our server.

But nothing happens en I cann't start OpenKM

Please help

Regards Gerard

Re: Can not start OpenKM on Ubuntu 10.04

PostPosted:Mon Mar 28, 2011 7:26 am
by jllort
I think it's totally clear that you must execute the run.sh to starting jboss as it's explained at http://wiki.openkm.com/index.php/Quick_Install

OpenKM comes with application server, you must starting it.

Re: Can not start OpenKM on Ubuntu 10.04

PostPosted:Tue Mar 29, 2011 4:44 pm
by seanwhe
I've just installed on Ubuntu 10.4. First time and newb at OpenKM so still following my own tail around it

I followed the steps in http://wiki.openkm.com/index.php/Installation_Guide

Become sudo

sudo su

Uncomment from /etc/apt/sources.list
deb http://archive.canonical.com/ubuntu lucid partner
deb-src http://archive.canonical.com/ubuntu lucid partner

Install the JDK
apt-get update
apt-get install sun-java6-jdk

install unzip
apt-get install unzip

scp the OpenKM zip to your server and extract to /opt
unzip OpenKM-5.0.x-JBoss-4.2.3.GA.zip /opt

cd /opt/jboss-4.2.3.GA/bin
./run.sh

Open your browser to the server IP or the URL make sure you use the port 8080 and OpenKM folder
http:your.url.here:8080/OpenKM/

Should bring up the Login screen
login is okmAdmin and its password is admin

Remember to checkout the /opt/jboss-4.2.3.GA/OpenKM.cfg
set hibernate.hbm2ddl=none
Otherwise it will just keep reinstalling the database.

Hope this helps

Sean