Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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/Image Removed
  • Get and install  Git Client from http://code.google.com/p/msysgit/

...

  • 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)
  • If every thing went fine you will get a sucess message indicating that all is fine.
  • copy the following files C:\Joget-v3-Beta\test\jw-community\wflow-designerweb\target\jwdesigner.war and C:\Joget-v3-Beta\test\jw-community\wflow-consoleweb\target\jw.web to the directory C:\Joget-v3-Beta\apache-tomcat-6.0.18\webapps
  • restart joget and you will have the latest version running now.