Difference between revisions of "Quick Install"

From OpenKM Documentation
Jump to: navigation, search
Line 3: Line 3:
 
In less five minutes, install OpenKM and run on your system. Once installed, please read [[Basic application knowledge]] to familiarize with OpenKM.
 
In less five minutes, install OpenKM and run on your system. Once installed, please read [[Basic application knowledge]] to familiarize with OpenKM.
  
{{Warning|OpenKM 5.x there's a property definition in OpenKM.cfg to create automatically database, the property hibernate.hbm2ddl create must be changed to hibernate.hbm2ddl none after first time running, in other case all repository it'll be deleted and created in next OpenKM starting.}}
+
{{Warning|From OpenKM 5.x there's a property definition in OpenKM.cfg to create automatically database. Once the tables are created, change the '''hibernate.hbm2ddl''' property from '''create''' to '''none'''. Do it after first time running, in other case all repository it'll be deleted and created in next OpenKM starting.}}
  
 
== Windows ==
 
== Windows ==

Revision as of 08:44, 4 October 2010

In less five minutes, install OpenKM and run on your system. Once installed, please read Basic application knowledge to familiarize with OpenKM.


Nota advertencia.png From OpenKM 5.x there's a property definition in OpenKM.cfg to create automatically database. Once the tables are created, change the hibernate.hbm2ddl property from create to none. Do it after first time running, in other case all repository it'll be deleted and created in next OpenKM starting.

Windows

Install Java JDK 1.6

Go to the Sun download site and select the Java Developer Kit (JDK) 6 Update 18. The url is http://java.sun.com/javase/downloads/index.jsp (note this url or version number could be changed since the moment we insert in this wiki). When file has been downloaded, execute it and you’ll install Java on your system with the application wizard.

Install OpenKM

Download OpenKM 4.0 + JBoss 4.2.3.GA bundle and uncompress on your file system disk (a good option is to uncompress on c:\). If you experiment some problems uncompressing OpenKM-4.0-JBoss-4.2.3.GA.zip, try to install WinRAR application to uncompress it.

First login

Linux

There’re several ways to install it, we’ll refer to Ubuntu case for Linux.

Install Java JDK 1.6

Execute on terminal the command

$ sudo aptitude install sun-java6-jdk

Install OpenKM

Download OpenKM 4.0 + JBoss 4.2.3.GA bundle and uncompress on your file system disk (a good option is to uncompress under /opt/).

Execute on terminal the command

$ tar -xvf OpenKM-4.0-JBoss-4.2.3.GA.zip

First login