Difference between revisions of "Quick Install"

From OpenKM Documentation
Jump to: navigation, search
 
(94 intermediate revisions by 6 users not shown)
Line 1: Line 1:
On less five minutes, install OpenKM and run on your system.<br>
+
{{Note|OpenKM 6.3 Community has been officially released. You can also download [http://www.openkm.com/en/download-english.html OpenKM 6.3].}}
  
== WINDOWS INSTALLATION ==
+
* [[Quick Install - OpenKM 6.3|OpenKM 6.3]]
'''Install Java JDK 1.6'''
+
* [[Quick Install - OpenKM 6.2|OpenKM 6.2]]
--------------------
+
* [[Quick Install - OpenKM 5.1|OpenKM 5.1]]
Go to the Sun download site and select the Java Developer Kit (JDK) 6 Update 17. When file has been downloaded, execute it and you’ll install Java on your system with the application wizard.
 
  
'''Install OpenKM'''
+
[[Category:Quick Install]]
---------------
 
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'''
 
-----------
 
* Execute the file c:\jboss-4.2.3.GA\bin\run.bat to run OpenKM + JBoss application server.
 
* 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/.
 
 
 
<br>
 
== LINUX INSTALLATION ==
 
 
 
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
 
<source lang="text">
 
sudo aptitude install sun-java6-jdk
 
</source>
 
 
 
'''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
 
<source lang="text">
 
tar -xvf OpenKM-4.0-JBoss-4.2.3.GA.zip
 
</source>
 
 
 
'''First login'''
 
-----------
 
* Execute the file /opt/jboss-4.2.3.GA/bin/run.sh to run OpenKM + JBoss application server.
 
* 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/.
 

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.