Difference between revisions of "Quick Install"
m (moved Quick installation to Quick Install) |
|||
Line 1: | Line 1: | ||
On less five minutes, install OpenKM and run on your system. | On less five minutes, install OpenKM and run on your system. | ||
− | + | == 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. | 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. | 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. | * 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/. | * Open on a client browser the URL http://localhost:8080/OpenKM/. | ||
Line 19: | Line 15: | ||
* Please take a look at http://forum.openkm.com/ if you have any problem or contract professional support at http://www.openkm.com/Contact/. | * 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’ll refer to Ubuntu case for 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 | Execute on terminal the command | ||
+ | |||
$ sudo aptitude install sun-java6-jdk | $ 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/"). | |
− | 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 | Execute on terminal the command | ||
$ tar -xvf OpenKM-4.0-JBoss-4.2.3.GA.zip | $ tar -xvf OpenKM-4.0-JBoss-4.2.3.GA.zip | ||
− | + | === First login === | |
− | |||
* Execute the file /opt/jboss-4.2.3.GA/bin/run.sh to run OpenKM + JBoss application server. | * 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/. | * Open on a client browser the URL http://localhost:8080/OpenKM/. | ||
Line 45: | Line 37: | ||
* Please take a look at http://forum.openkm.com/ if you have any problem or contract professional support at http://www.openkm.com/Contact/. | * 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: | + | [[Category: Quick Install]] |
− | |||
− |
Revision as of 18:09, 25 January 2010
On less five minutes, install OpenKM and run on your system.
Contents
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
- 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/.
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
- 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/.