This Howto demonstrates how to install OpenKM 5.1.9 with JRE (Jboss) on CentOS. First download JRE from the following website: http://www.oracle.com/technetwork/java/javase/downloads/jre-7u4-download-1591157.html Install JRE using the following command: yum install jre-7u4-linux-x64.rpm Next, download OpenKM using the following command: wget http://downloads.sourceforge.net/project/openkm/5.1/OpenKM-5.1.9_JBoss-4.2.3.GA.zip?r=http%3A%2F%2Fwww.openkm.com%2Fformulario%2Fdownload.php%3Faction%3DOnly%2520download&ts=1336620287&use_mirror=internode Extract the application to “/var/www/html/OpenKM” as follows: unzip ./OpenKM-5.1.9_JBoss-4.2.3.GA.zip mv jboss-4.2.3.GA /var/www/html/OpenKM Now you need...

