Versions Compared

Key

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

Introduction

...

  1. Install/Setup pre-requisite software which can be downloaded from http://demo.openspecimen.org/releases/Prerequisites/
  2. Download the plugin skeleton from hereos-plugin.zip  
    View file
    nameos-plugin.zip
    height250
  3. Unzip the downloaded file into a directory.

Prerequisites

Following table lists pre-requisites and their supported versions.

...

  1. Please add all your java classes under PLUGIN_HOME/src/main/java/com/krishagni/openspecimen
  2. All the Spring configuration should be done in PLUGIN_HOME/src/main/resources/pluginContext.xml

Steps to create plugin archive

The build system uses Gradle to manage code compilation, building plugin jar archive. 

...