Difference between revisions of "Workflow Course: Exercise 1"

From OpenKM Documentation
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Exercise description
+
{{TOCright}} __TOC__
== Step 1 - Download jboss developer studio ==
 
  
Download jboss developer studio at http://devstudio.jboss.com/download/
+
== Step 1 - Download JBoss Developer Studio ==
 
+
* Download JBoss Developer Studio at http://devstudio.jboss.com/download/
Install jboss developer studio.
+
* Install JBoss Developer Studio.
  
 
== Step 2 - Install JBMP ==
 
== Step 2 - Install JBMP ==
 +
* Download JBPM version 3.3.1.GA from http://sourceforge.net/projects/jbpm/files/.
 +
* Take a look at [[JBPM installation]].
  
Download JBPM version 3.3.1.GA from http://sourceforge.net/projects/jbpm/files/
+
== Step 3 - Configure eclipse JBPM plugin ==
 
+
If you've installed JBoss Developer Studio this step is not necessary, because JBPM plugin is configured into, otherwise if you've installed Eclipse then you should configure it.
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
+
Take a look at [[Eclipse_plugin:_Installation|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 ==
+
* 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.
  
* Go to eclipse, menu help and select option install new software.
+
== Step 4 - Configure Eclipse Maven and Subversion plugins ==
* Select from list Jboss developer studio extras
+
* Go to Eclipse, menu help and select option install new software.
* From jboss selected plugins select
+
* Select from list JBoss Developer Studio extras.
** Maven integration
+
* From JBoss selected plugins select.
** Subeclipse
+
** Maven integration.
* From uncategorized plugins select
+
** Subeclipse.
** Collabnet merge client
+
* From uncategorized plugins select.
** Jboss bpel editor
+
** Collabnet merge client.
** JNA Library
+
** JBoss BPEL editor.
** m2e - Maven Integration for eclipse
+
** JNA Library.
** m2e Connecto for mavenarchiver pom properties
+
** m2e - Maven Integration for eclipse.
** maven Integration for WTP
+
** m2e Connecto for mavenarchiver pom properties.
** Subeclipse
+
** Maven Integration for WTP.
** Subversion client adapter
+
** Subeclipse.
** Subversion JavaHL Native Library
+
** Subversion client adapter.
** Subversion revision graph
+
** Subversion JavaHL Native Library.
** SVNKit client adapter
+
** Subversion revision graph.
** SVNKit library
+
** SVNKit client adapter.
* Install plugins
+
** SVNKit library.
* Add new library SCM Adapter
+
* Install plugins.
** https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-subclipse/0.13.0/N/0.13.0.201107071330/
+
* Add new library SCM Adapter.
** Select Maven SCM handler for subeclipse
+
** https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-subclipse/0.13.0/N/0.13.0.201107071330/.
* Install plugin
+
** Select Maven SCM handler for Subeclipse.
 +
* Install plugin.
  
== Step 5 - Install OpenKM and configure as server in eclipse ==
+
== Step 5 - Install OpenKM and configure as server in Eclipse ==
 +
Download from SourceForge at http://sourceforge.net/projects/openkm/.
  
Download from sourceforge at http://sourceforge.net/projects/openkm/
 
 
* Extract file in your server.
 
* Extract file in your server.
* Configure as jboss server into eclipse ( remember increasing memory to XMx1024m in launch configuration )
+
* Configure as Tomcat 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 ==
 
== Step 6 - Checkout OpenKM source code ==
 +
Take a look at [[Developer Guide]] for the right subversion URL.
  
Take a look at http://wiki.openkm.com/index.php/Developer_Guide for the correct subversion URL.
+
* Checkout OpenKM.
* Checkout OpenKM
 
 
 
 
 
  
 +
[[Category: Workflow Guide]]
 
[[Category: Workflow Course]]
 
[[Category: Workflow Course]]

Latest revision as of 09:53, 18 June 2013

Step 1 - Download JBoss Developer Studio

Step 2 - Install JBMP

Step 3 - Configure eclipse JBPM plugin

If you've installed JBoss Developer Studio this step is not necessary, because JBPM plugin is configured into, otherwise if you've installed Eclipse then you should configure it.

Take a look at 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 Tomcat server into Eclipse ( remember increasing memory to XMx1024m in launch configuration )

Step 6 - Checkout OpenKM source code

Take a look at Developer Guide for the right subversion URL.

  • Checkout OpenKM.