forked from heiko-braun/bpm-console
-
Notifications
You must be signed in to change notification settings - Fork 35
/
README.txt
43 lines (25 loc) · 1.06 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Prerequisites
-------------
The server module needs to be deployed on a running jboss instance,
along with a process engine that provides an implementation of the integration layer.
See http://www.jboss.org/community/wiki/BPMConsoleReference for further explanations.
Build console
--------------------------
But the basics steps to get going are as follows:
1) Build the top level module
mvn clean install
2) Make sure both process engine and the server module are installed on JBoss AS instance
http://www.jboss.org/community/wiki/BPMConsoleReference
3) Boot the AS and start the gwt console in hosted mode
See gui/war/README.txt for further information
Publish console artifacts
------------------------------
1) runing following commands for RiftSaw artifacts
mvn clean deploy -Dconsole.profile=riftsaw
2) running following command for jBPM artifacts
mvn clean deploy -Dconsole.profile=jbpm
Troubleshooting
---------------
Please post any questions to the gwt-console developer forum.
(http://www.jboss.org/index.html?module=bb&op=viewforum&f=295)
Have fun.