Difference between revisions of "Quick Install"

From OpenKM Documentation
Jump to: navigation, search
(What about JDK for OSX?)
(JDK for OSX?)
Line 54: Line 54:
 
Note: Don't attempt to go to  Java or Sun website to acquire java. Apple Supplies and maintain Java for OSX, thus making every Java applicatoin in OSX as looks and perform native as possible.
 
Note: Don't attempt to go to  Java or Sun website to acquire java. Apple Supplies and maintain Java for OSX, thus making every Java applicatoin in OSX as looks and perform native as possible.
  
=== JDK for OSX? ===
+
=== JDK for MacOSX? ===
 
The whole JDK (JRE,JVM, Class Libraries, Development tools such as compiler) are built in to every OSX, thus making installation of OpenKM the easiest of all 3(Win,Linux,MacOSX) Platform - No need to install any, just plug & play.
 
The whole JDK (JRE,JVM, Class Libraries, Development tools such as compiler) are built in to every OSX, thus making installation of OpenKM the easiest of all 3(Win,Linux,MacOSX) Platform - No need to install any, just plug & play.
  

Revision as of 05:15, 19 July 2011

In less than five minutes you can install OpenKM and run on your own server.


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.


Nota clasica.png 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.


Nota idea.png 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

Linux

There’re several ways to install it, we use to install in Ubuntu but can be used 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

Nota idea.png 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


Mac OSX

You dont need to install Java for OSX. Java is installed by default and shipped in every OSX. The only important thing that is you update your OSX software through Software update, to ensure you got the latest Java version, specially in OSX 10.6.6 which make your version of Java(SE) capable of 32bit & 64bit.

Note: Don't attempt to go to Java or Sun website to acquire java. Apple Supplies and maintain Java for OSX, thus making every Java applicatoin in OSX as looks and perform native as possible.

JDK for MacOSX?

The whole JDK (JRE,JVM, Class Libraries, Development tools such as compiler) are built in to every OSX, thus making installation of OpenKM the easiest of all 3(Win,Linux,MacOSX) Platform - No need to install any, just plug & play.

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 /Library) or alternatively copy, move by OSX GUI, open a new finder window and browse your Macintosh HD, Locate and copy inside the Library folder.

In OSX, Open Terminal application by browsing through Finder and navigate to Applications/Utilities folder and double click Terminal application. Execute on terminal the command

$ unzip OpenKM-5.0.x-JBoss-4.2.3.GA.zip

Nota idea.png 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