You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Install Prerequisites
- Install Joget Workflow and ensure that it can run (very important step to create jar files that will be copied to the maven repository prior to compilation)
- Install JDK 6
- Install MySQL 5
- Get and install Apache Maven from http://maven.apache.org/
- Get and install Git Client from http://code.google.com/p/msysgit/
Install 3rd party libraries
- Unzip the attached joget-maven-setup.zip into the Joget Workflow installation directory. This zip should contain 2 files: setup-maven.xml and shark-maven-2.0.1.pom.
- In the Joget Workflow installation directory, execute the setup-maven.xml file using Ant to add the required 3rd party libraries into your local Maven repository apache-ant-1.7.1/bin/ant -f setup-maven.xml
- NOTE: This step needs to be done for the first time only
- NOTE: Open the setup-maven.xml file; replace "apache-tomcat-6.0.18/webapps/wflow-wfweb/" with "apache-tomcat-6.0.18/webapps/jw/" using your favorite text editor.
- NOTE: Open the setup-maven.xml file; replace "apache-tomcat-6.0.18/webapps/wflow-designerweb/" with "apache-tomcat-6.0.18/webapps/jwdesigner/" using your favorite text editor.
Obtain Source
Build Project
- Build the wflow-app directory (main Joget Workflow web applications) cd wflow-app mvn install
- If you have problems make sure that the C:\Users{your login name}\wflow\datasource-default.properties (if you are using winxp replace users with documents and settings) points to the same DB and port number as whats available in C:\Joget-v3-Beta\wflow\app_datasource-default.properties if not please correct this and run mvn clean install.Other Related Self-Help Resources
- The steps of compiling Joget Workflow and plugins from source code (contributed by realakuma)