GITHub Descriptions for “Research Collections and Preservation Consortium (ReCAP)”
Repositories
- Docker
- SCSB
- SCSB-UI
- SCSB-CIRC
- SCSB-SOLR-CLIENT
- SCSB-ETL
- SCSB-CAS
- SCSB-BATCH-SCHEDULER
- SCSB-SHIRO
- CUCUMBER-AUTOMATION
DOCKER
Docker is an open-source software platform to create, deploy and manage virtualized application containers on a common operating system (OS). The SCSB application runs with docker containers running up and dependent on each other. Each container provides a micro-service project which are built as separate images. All the micro services which are used are given under respective modules.
...
To run image : docker run --name scsb -v /data:/recap-vol -p 9093:9093 -d scsb
SCSB-UI
SCSB-UI is a micro-service application which provides the User Interface for the application.The User Interface has a user login on successful authentication based on the user privileges the User Interface provides Search functionality,Request,Reports,Batch Jobs accessibility and User Management.
...