Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.35 KB

File metadata and controls

36 lines (28 loc) · 1.35 KB

Docker.com scripts for TEMENOS Design Studio for T24 Continous Integration (CI) "DevOps" demo environment.

How to build

build.sh
docker run -d -p 8080:8080 -p 3690:3690 -p 9001:9001 -p 2222:2222 -p 7070:7070 -p 10999:10999 -p 8787:8787 dsdemo
...
docker stop ...
docker ps -a
...
docker start ...

You typically want to run "docker run" once, and then "start" it N times.
(Each "docker run" will create another Container of the same Image.)

Available services

  • Subversion: svn://developer1@localhost, password "developer1" (uses TCP/IP port 3690)
  • Jenkins: http://localhost:7070
  • T24 Browser: http://localhost:8080/BrowserWeb/ (SSOUSER1 / 123456)
  • CLI Login: ssh -p 2222 root@localhost, login with password "demo"
    • T24 Classic: tRun -cf tafj EX
    • T24 TAFj scripts, e.g. DBTools
  • Supervisor: http://localhost:9001
  • Java Remote Debugging: port 8787

PS

Caveat emptor: The documentation and scripts in this Git repository are provided "as is", just a how-to example, and not an officially supported "product" by TEMENOS The Banking Software Company. See LICENSE.txt

Originally started by Michael Vorburger on April 29th, 2015.

Contributions via open source pull requests most welcome.