Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

hydra-billing/activiti-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Latera Activiti extension

This repository keeps sources of Activiti extension with some stuff needed for Hydra BSS and Hydra Order Management System (homs).

Requirements:

Compiling

  1. Install Groovy 1.8.6+. Example for Debian Linux:

    sudo apt-get install groovy
  2. Download Activiti 5.19.x and unzip it.

  3. Unzip wars/activiti-explorer.war.

  4. Download and put all dependent jars to WEB-INF/lib directory of activiti-explorer.

  5. Download source code by git:

    git clone https://github.com/latera/activiti-ext.git
  6. Compile extension jar via Apache Ant (may-be you need to edit build.xml before):

    ant

Installation

  1. Download or compile extension jar.
  2. Put extension jar and all dependent jars into WEB-INF/lib directory of activiti-explorer and activiti-rest applications.

License

Copyright (c) 2016 Latera LLC under the Apache License.