jsranko / si-iws-builder

si-iws-builder is an opensource library to save IBM IWS (IBM Integrated Web Application Server) server definition in text/json format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

si-iws-builder (IWS Builder)

si-iws-builder is an opensource library to save IBM IWS (IBM Integrated Web Application Server) server definition in text/json format.

Examples and documentation are available here https://github.com/jsranko/si-iws-builder/wiki

Install

Set PATH variable

Extend the environment variable PATH, so that the OpenSource packages do not have to enter qualified:

export PATH=/QOpenSys/pkgs/bin:$PATH

Install git

Opensource package git must be installed. For installation execute the following command:

yum install git

Clone project

A local copy of the project must be created:

git clone https://github.com/jsranko/si-iws-builder.git

Build project

cd si-iws-builder
bash setup.sh

Run the App

See How to use IWS Builder

About

si-iws-builder is an opensource library to save IBM IWS (IBM Integrated Web Application Server) server definition in text/json format.

License:MIT License


Languages

Language:Java 86.1%Language:Makefile 11.0%Language:Shell 2.6%Language:Batchfile 0.3%