Difference between revisions of "Quick Install"

From OpenKM Documentation
Jump to: navigation, search
m (Install OpenKM)
 
(52 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{TOCright}} __TOC__
+
{{Note|OpenKM 6.3 Community has been officially released. You can also download [http://www.openkm.com/en/download-english.html OpenKM 6.3].}}
  
In less than five minutes you can install OpenKM and run on your own server.
+
* [[Quick Install - OpenKM 6.3|OpenKM 6.3]]
 +
* [[Quick Install - OpenKM 6.2|OpenKM 6.2]]
 +
* [[Quick Install - OpenKM 5.1|OpenKM 5.1]]
  
{{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.}}
+
[[Category:Quick Install]]
 
 
{{Note|Starting with OpenKM 5.0.3 we recommend to activate '''user.size.cache''' in OpenKM.cfg to experience a better performance.}}
 
 
 
== 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 5.0.x + 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-5.0.x-JBoss-4.2.3.GA.zip, try to install WinRAR application to uncompress it.
 
 
 
{{Advice|Once installed, please read [[Basic application knowledge]] and [[User Guide]] to familiarize with OpenKM, [[Application configuration]] for configuration details, or [[Administration Guide]] to become a OpenKM power administator. If you have any problem, take a look at [[Troubleshooting]] section.}}
 
 
 
=== First login ===
 
* Execute the file ''c:\jboss-4.2.3.GA\bin\run.bat'' to run OpenKM + JBoss application server.
 
* If you want your OpenKM installation to be accessed from other computers add the ''-b 0.0.0.0'' command line parameter (see [[Basic application knowledge]])
 
* Open on a client browser the URL http://localhost:8080/OpenKM/.
 
* Autenticate to OpenKM using user "okmAdmin" with password "admin".
 
* Enjoy OpenKM!
 
* Please take a look at http://forum.openkm.com/ if you have any problem or contract professional support at http://www.openkm.com/Contact.
 
 
 
== Linux ==
 
There’re several ways to install it, we use to install in Ubuntu but can be user any other Linux flavor.
 
 
 
=== Install Java JDK 1.6 ===
 
Execute on terminal the command
 
 
 
$ sudo aptitude install sun-java6-bin sun-java6-jdk sun-java6-jre
 
 
 
=== Install OpenKM ===
 
Download OpenKM 5.0.x + 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
 
$ unzip OpenKM-5.0.x-JBoss-4.2.3.GA.zip
 
 
 
{{Advice|Once installed, please read [[Basic application knowledge]] and [[User Guide]] to familiarize with OpenKM, [[Application configuration]] for configuration details, or [[Administration Guide]] to become a OpenKM power administator. If you have any problem, take a look at [[Troubleshooting]] section.}}
 
 
 
=== First login ===
 
* Execute the file ''/opt/jboss-4.2.3.GA/bin/run.sh'' to run OpenKM + JBoss application server.
 
* If you want your OpenKM installation to be accessed from other computers add the ''-b 0.0.0.0'' command line parameter (see [[Basic application knowledge]])
 
* Open on a client browser the URL http://localhost:8080/OpenKM/.
 
* Autenticate to OpenKM using user "okmAdmin" with password "admin".
 
* Enjoy OpenKM!
 
* Please take a look at http://forum.openkm.com/ if you have any problem or contract professional support at http://www.openkm.com/Contact.
 
 
 
[[Category: Quick Install]]
 

Latest revision as of 11:07, 30 January 2016


Nota clasica.png OpenKM 6.3 Community has been officially released. You can also download OpenKM 6.3.