Skip to content

sdc-china/ida-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

IBM Deployment Accelerator for Business Automation Workflow(IDA) is a lightweigt solution for Workflow project development, testing and ops team to apply DevOps to BAW Workflow project. This github repostiroy provides the scripts to setup IDA with PostgreSql and Selenium Grid by docker compose. All scripts are tested in Linux.

Load IDA docker image

ida-25.0.2.tgz is provided in the IDA release package.

tar -zxvf ida-25.0.2.tgz
docker load --input images/ida-25.0.2.tar.gz

Download docker compose scripts

git clone /~https://github.com/sdc-china/ida-docker.git
cd ida-docker

Set IDA data folder permission

chown -R 1001:0 data/ida

update .env file

Set the DATA_PATH to the absolution path of the data folder

DATA_PATH=/root/ida-docker/data

Start IDA

docker-compose up -d

Check IDA logs

docker-compose logs -f web

Stop IDA web

docker-compose stop web

Stop all components

docker-compose down

Stop all components with DB volume removed

docker-compose down -v

Access IDA

Step 1. Access IDA

You can access IDA by the url https://<HOST_IP>:9443/ida, until you see the below logs.

The defaultServer server started in xx seconds.

Default Admin Credentials: idaAdmin/idaAdmin

Step 2. Create Database Tables

Please refer to IDA doc: https://sdc-china.github.io/IDA-doc/installation/installation-database-installation-and-configuration.html

Step 3. Restart IDA

docker-compose restart web

After IDA restart, please follow Step 1 to access IDA.

Configure BPM Server

https://sdc-china.github.io/IDA-doc/administration/administration-baw-configuration.html

Configure Standalone Selenium Grid Server

https://sdc-china.github.io/IDA-doc/administration/administration-selenium-hub-configuration.html

Selenium Server URL: http://<HOST_IP>:4444

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published