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.
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
git clone /~https://github.com/sdc-china/ida-docker.git
cd ida-docker
chown -R 1001:0 data/ida
Set the DATA_PATH to the absolution path of the data folder
DATA_PATH=/root/ida-docker/data
docker-compose up -d
docker-compose logs -f web
docker-compose stop web
docker-compose down
docker-compose down -v
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.
https://sdc-china.github.io/IDA-doc/administration/administration-baw-configuration.html
https://sdc-china.github.io/IDA-doc/administration/administration-selenium-hub-configuration.html
Selenium Server URL: http://<HOST_IP>:4444