Skip to content

Commit

Permalink
Update postgres-only-workbench.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Aug 2, 2024
1 parent ff1a04e commit e2ccc02
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/postgres-only-workbench.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,36 @@
This will make Postgres the only database in the Workbench



==== From Zero to a Running Workbench Instance

===== Specs for an adequate workbench host machine

. host machine of recent vintage with 32Gb memory
. rocky linux (ubuntu works, too)
. Docker installed

===== Obtain and build the Workbench image

```
export CSPHOSTNAME=localhost # the environment variable that the containers will use as the hostname of the host running the containers

git clone https://github.internet2.edu/internet2/InCommonTAP-Examples.git
cd /csp-tap/InCommonTAP-Examples/Workbench
docker-compose up --build
```

<< long coffee break here >>

===== Check that all Workbench Containers are up and healthy

```
docker ps
```

===== Browse to the CSPHOSTNAME server

. Pass the Basic Auth lint trap with username csp and password workbench
. You will see a kiosk-like interface with links to the TAP components and to other supporting services
. COmanage, Grouper, midPoint and a Shib IdP are directly accessible

0 comments on commit e2ccc02

Please sign in to comment.