Temenos Workbench-Docker Installation Guide
Temenos Workbench-Docker Installation Guide
Document History
Table of Contents
1. Prerequisites .............................................................................................. 4
1.1 Computer prerequisites ..................................................................... 4
1.2 Model Bank ....................................................................................... 4
1.3 Docker Desktop for Windows ............................................................ 4
2. Installing Workbench .................................................................................. 6
2.1 First time Install Workbench .............................................................. 6
2.2 Sanity check ...................................................................................... 8
3. Using workbench...................................................................................... 10
3.1 Start workbench .............................................................................. 10
3.2 Stop workbench .............................................................................. 10
4. FAQ or Teams channel ............................................................................ 10
5. Appendix .................................................................................................. 11
5.1 Advanced configuration for TBSG ................................................... 11
5.1.1 Transact on other host:port than localhost:9089 .......................... 11
5.1.2 New workbench user.................................................................... 11
1. Introduction
1.1 Overview of Work Bench:
Temenos Workbench provides a light and cloud based web UI for design artefacts and
extensible through menu entries to include designers/wizards.
2. Prerequisites
Select all default options for installation. Depending on your current setup you
might be asked to reboot
2. Launch Docker Desktop, click on Windows Menu and type Docker. Select Docker
Desktop
After a few seconds, screen below will be shown. You can skip tutorial
If you get a popup like below you can dismiss it with “don’t show again”
Please note that when Docker is running you have an icon as in screen below
3. The Docker installation will require WSL 2 installation on your machine. If it’s missing
you will get the window below when running Docker. Follow the link and install the
required software and restart Docker
3. Installing Workbench
3.1 Check that you have JAVA as path in your environment
variables
1) Click on Windows icon on bottom left and type edit system, then Click on Edit the
system environment variables
4) Add “New” environment variable (unless you already have a similar one) with the path
adapted to your Model bank installation. Typically
C:\Temenos\R21\Infra\Java\Default\bin
4. After a few seconds a popup will appear, please confirm with Yes
5. Please note the installation process will open your Browser and execute
automatically some actions to create a user for workbench
6. Installation is complete when you will see message below
1. Login to Workbench
a. http://workbench:30005/apps/dsfworkbench
b. [email protected] / password=User123!
3. Click on Main Menu -> it will show the list of main menus as in image below
4. Using workbench
4.1 Start workbench
If you reboot your machine or if you have stopped workbench, you can relaunch it with a click
on runWorkbench.cmd
5. Demo scenarios
5.1 Demo Videos:-
https://temenosgroup.sharepoint.com/temenosteams/technology/def/DS%20%20Documents
%20%20Public%20Share/Forms/AllItems.aspx?RootFolder=%2Ftemenosteams%2Ftechnolo
gy%2Fdef%2FDS%20%20Documents%20%20Public%20Share%2FGTM%5Fmaterial%2FTe
menos%20Workbench&FolderCTID=0x012000302FAA0518831942AD8DC3CE84631EBE&V
iew=%7BF690B670%2DEA4D%2D4E55%2D998D%2D3355D55EFE29%7D&InitialTabId=Ri
bbon%2ERead&VisibilityContext=WSSTabPersistence
3. Log off
6. Known Limitations
Version layout parameters not working
Timeout
8. Appendix
8.1 Advanced configuration for TBSG
8.1.1 Transact on other host:port than localhost:9089
If you need to install workbench targeting a Transact server that doesn’t run on
http://localhost:9089, please update following files
- setenv.cmd
o JOBSS_T24_URL=http://localhost:9089
- workbench-cli-DEV.0.0-SNAPSHOT\appJs.properties
o Replace all instances of http://host.docker.internal:9089 by your host:port
number. Please check the file C:\Windows\System32\drivers\etc\hosts to
ensure you have the mapping
o If Transact is on https:
APIEndPoint.protocol=https
You can then relaunch the installWorkbench procedure