Difference between revisions of "JBPM installation"

From OpenKM Documentation
Jump to: navigation, search
(Created page with 'First of all, you need the jBPM libraries installed in your system. There is an installer available at http://sourceforge.net/projects/jbpm/files/. You should download the jBPM-…')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Warning|This article is deprecated, please go to [[Workflow Guide]].}}
 +
 
First of all, you need the jBPM libraries installed in your system. There is an installer available at  
 
First of all, you need the jBPM libraries installed in your system. There is an installer available at  
 
http://sourceforge.net/projects/jbpm/files/. You should download the jBPM-3.3.1.GA version. After that, you can run the install process:
 
http://sourceforge.net/projects/jbpm/files/. You should download the jBPM-3.3.1.GA version. After that, you can run the install process:
Line 4: Line 6:
 
  $ java -jar jbpm-installer-3.3.1.GA.jar
 
  $ java -jar jbpm-installer-3.3.1.GA.jar
  
 +
You have to select a destination path where the library will be installed:
  
[[File:Jbpm install 01.jpg|450px|center]]
 
  
 +
{| align="center"
 +
|[[File:Jbpm install 01.jpg|450px|center]]
 +
|[[File:Jbpm install 02.jpg|450px|center]]
 +
|}
  
You have to select a destination path where the library will be installed:
 
  
 +
And can only select the minimun requirements to install, because we only need the jBPM library:
  
[[File:Jbpm install 02.jpg|450px|center]]
 
  
 +
{| align="center"
 +
|[[File:Jbpm install 03.jpg|450px|center]]
 +
|[[File:Jbpm install 04.jpg|450px|center]]
 +
|}
  
And can only select the minimun requirements to install, because we only need the jBPM library:
 
  
 +
When finished, the libraries needed to implement workflows are copied at ''/home/openkm/jbpm-3.3.1.GA''. Remember this path because you need to tell to Eclipse where these libraries are located.
  
[[File:Jbpm install 03.jpg|450px|center]]
 
  
 +
{| align="center"
 +
|[[File:Jbpm install 05.jpg|450px|center]]
 +
|[[File:Jbpm install 06.jpg|450px|center]]
 +
|}
  
When finished, the libraries needed to implement workflows are copied at ''/home/openkm/jbpm-3.3.1.GA''. Remember this path because you need to tell to Eclipse where these libraries are located.
+
[[Category: Workflow Guide]]

Latest revision as of 12:10, 3 December 2012


Nota advertencia.png This article is deprecated, please go to Workflow Guide.

First of all, you need the jBPM libraries installed in your system. There is an installer available at http://sourceforge.net/projects/jbpm/files/. You should download the jBPM-3.3.1.GA version. After that, you can run the install process:

$ java -jar jbpm-installer-3.3.1.GA.jar

You have to select a destination path where the library will be installed:


Jbpm install 01.jpg
Jbpm install 02.jpg


And can only select the minimun requirements to install, because we only need the jBPM library:


Jbpm install 03.jpg
Jbpm install 04.jpg


When finished, the libraries needed to implement workflows are copied at /home/openkm/jbpm-3.3.1.GA. Remember this path because you need to tell to Eclipse where these libraries are located.


Jbpm install 05.jpg
Jbpm install 06.jpg