Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GITHub Descriptions for “Research Collections and Preservation Consortium (ReCAP)”

Repositories


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.

...