Difference between revisions of "Workflow Course: Exercise 1"

From OpenKM Documentation
Jump to: navigation, search
(Created page with 'Exercise description == Step 1 - Download jboss developer studio == Download jboss developer studio at http://devstudio.jboss.com/download/ Install jboss developer studio. == …')
 
Line 46: Line 46:
 
** Select Maven SCM handler for subeclipse
 
** Select Maven SCM handler for subeclipse
 
* Install plugin
 
* Install plugin
 +
 +
== Step 5 - Install OpenKM and configure as server in eclipse ==
 +
 +
Download from sourceforge at http://sourceforge.net/projects/openkm/
 +
* Extract file in your server.
 +
* Configure as jboss server into eclipse ( remember increasing memory to XMx1024m in launch configuration )
 +
* Remember changin hibernate.dhml=none after first time running OpenKM
 +
 +
== Step 6 - Checkout OpenKM source code ==
 +
 +
Take a look at http://wiki.openkm.com/index.php/Developer_Guide for the correct subversion URL.
 +
* Checkout OpenKM
  
  
  
 
[[Category: Workflow Course]]
 
[[Category: Workflow Course]]

Revision as of 11:53, 29 April 2013

Exercise description

Step 1 - Download jboss developer studio

Download jboss developer studio at http://devstudio.jboss.com/download/

Install jboss developer studio.

Step 2 - Install JBMP

Download JBPM version 3.3.1.GA from http://sourceforge.net/projects/jbpm/files/

Take a look at http://wiki.openkm.com/index.php/JBPM_installation

Step 3 - Configure eclipse JBPM plugin ( not necessary )

If you've installed jboss developer studio this step is not necessary, because JBPM plugin is configured into, otherside if you've installed eclipse then you should configure it.

Take a look at http://wiki.openkm.com/index.php/Eclipse_plugin:_Installation

  • Remember go to eclipse, menu help and select option install new software and there add new repository.
  • From All Jboss Tools options select JBPM 3 Tools Runtime
  • From SOA Development select JBPM Tools Runtime

Step 4 - Configure eclipse maven and subversion plugins

  • Go to eclipse, menu help and select option install new software.
  • Select from list Jboss developer studio extras
  • From jboss selected plugins select
    • Maven integration
    • Subeclipse
  • From uncategorized plugins select
    • Collabnet merge client
    • Jboss bpel editor
    • JNA Library
    • m2e - Maven Integration for eclipse
    • m2e Connecto for mavenarchiver pom properties
    • maven Integration for WTP
    • Subeclipse
    • Subversion client adapter
    • Subversion JavaHL Native Library
    • Subversion revision graph
    • SVNKit client adapter
    • SVNKit library
  • Install plugins
  • Add new library SCM Adapter
  • Install plugin

Step 5 - Install OpenKM and configure as server in eclipse

Download from sourceforge at http://sourceforge.net/projects/openkm/

  • Extract file in your server.
  • Configure as jboss server into eclipse ( remember increasing memory to XMx1024m in launch configuration )
  • Remember changin hibernate.dhml=none after first time running OpenKM

Step 6 - Checkout OpenKM source code

Take a look at http://wiki.openkm.com/index.php/Developer_Guide for the correct subversion URL.

  • Checkout OpenKM