Skip to content

srinduri04/scsb-doc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,168 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCSB-DOC

The SCSB Middleware codebase and components are all licensed under the Apache 2.0 license, with the exception of a set of API design components (JSF, JQuery, and Angular JS), which are licensed under MIT X11.

SCSB-DOC is a microservice application that is mainly used for indexing data to the Solr-server. This application’s major functionalities are accession, matching-algorithm, transfer-API, deaccession services, and report generation.

Software Required

  - Java 11
  - Docker 19.03.13   

Prerequisite

  1. Cloud Config Server

Dspring.cloud.config.uri=http://scsb-config-server:

Build

Download the Project , navigate inside project folder and build the project using below command

./gradlew clean build -x test

Docker Image Creation

Naviagte Inside project folder where Dockerfile is present and Execute the below command

sudo docker build -t scsb-doc .

Docker Run

User the below command to Run the Docker

sudo docker run --name scsb-doc -v --label collect_logs_with_filebeat="true" --label decode_log_event_to_json_object="true" -p -e "ENV= -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/recap-vol/scsb-doc/heapdump/ -Dorg.apache.activemq.SERIALIZABLE_PACKAGES="*" -Dspring.cloud.config.uri=http://scsb-config-server: " --network=scsb -d scsb-doc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 96.1%
  • HTML 2.9%
  • Other 1.0%