Versions Compared

Key

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

...

1. Install Prerequisites

  • Install JDK 6  7 or above. Please make sure "JAVA_HOME" is set.
  • Install MySQL 5 or above.
  • Install Apache Maven 2.2.1 or above. Please make sure "mvn" command is able to execute from command line.
  • Install Subversion Client or Github Client.

...

While writing this guide, the latest 5.0 version source code is 5.0-RC9SNAPSHOT. You can obtain the source code by following method.

...

Code Block
languagebash
svn co https://github.com/jogetworkflow/jw-community/branches/5.0-RC9SNAPSHOT

Clone using Github Client 

...

Code Block
languagebash
git clone https://github.com/jogetworkflow/jw-community.git --branch 5.0-RC9SNAPSHOT

4. Configure Datasource for Test Case

...