SETUP
Docker
Host
Linux
Host Hardware Recommendation (Medium Size):
- Ubuntu 20.04
- Cores: 10
- RAM: 32 GB
- Disk Storage (Docker): minimum=50 GB (prefer 100 GB)
- Fastest SSD available
Installation:
1. Install Docker
Link: Install Docker Engine on Ubuntu
- Create following folders at root of host file system:
- Clone ImageTransformSvc code to local folder
Note: Currently using 'develop' brach of repo (12/13/23) - Confirm docker compose file has correct WSI Archive Volume configured.
- Open
docker-compose.poc-linux-*.yml
- Modify line in volumes section to match current archive path
- Open
- Run docker compose from project root (/development/ImageTransformSvc)
- Confirm that ImageTransformSvc is running by navigating (http://[host-ip]:[port])