Git Product home page Git Product logo

agia's Introduction

AGIA

Advanced Generic Injection Automaton

OVERVIEW

AGIA is a generic technical tasks manager built upon Spring-Batch.

This package contains Jetty 8 to provide the web interface and YAJSW to make AGIA able to be run as a service.

CONTENT OF THE PACKAGE

Directory Content
docs Documentation of AGIA
etc Configuration for Jetty
jobs Jobs descriptions as in Spring-Batch.
lib Jetty libraries
      | db        | JDBC drivers

logs | | Logs for Jetty and AGIA overlays | | Contains the AGIA webapp and its extensions resources | | Jetty resources work | | Jetty work directory yajsw | | YAJSW (Yet Another Java Service Wrapper) | bat | Starting scripts for Windows | bin | Starting scripts for Linux | conf | Configuration for YAJSW | doc | Documentation of YAJSW | lib | YAJSW library | log | Logs for YAJSW | scripts | Scripts for YAJSW | templates | Linux templates for YAJSW | tmp | Temporary files of YAJSW | webapps | YAJSW webapp setup.* | | Setup scripts for Windows and Linux start.* | | Jetty default bootstrap

REQUIREMENTS

  • Windows or Linux
  • JDK 1.6.x or newer

INSTALL

  1. Unzip the package in the desired directory

  2. Add your JDBC driver in lib/db

  3. Run setup.bat or setup.sh depending on your OS

    The given installation path is used by YAJSW when the service is installed to make it find its resources.

    The setup can be run as many times as anyone wish UNTIL A SERVICE IS SETUP AND RUNNING. IF A SERVICE IS SETUP AND RUNNING, IT MUST BE STOPPED AND UNINSTALLED BEFORE CHANGING THE CONFIGURATION.

RUN

You can launch AGIA on console mode with the command:

.\yajsw\bat\runConsole.bat

or

./yajsw/bin/runConsole.sh

STOP

If AGIA has been started on console mode, simply use Ctrl+C and wait for it to stop completely.

ADD JOBS

Simply copy the job file into the directory jobs and restart AGIA.

ADD EXTENSIONS

Extensions to AGIA can be added into the directory: overlays/templates/agiaTemplate=agia

Usually, it consists of jar files that will be copied into: overlays/templates/agiaTemplate=agia/WEB-INF/lib

BUILDING

Run:

mvn clean site package

The output of the build will be in agia-jetty\target packaged as a zip file and unzipped in the matching sub-directory.

You can also deploy the webapp found in agia-webapp\target.

agia's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.