Skip to content

subugoe/gro-solr_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solr Image for GRO Project in docker

Purpose

This Docker image can be used to have a local Instance of the Grid.ac (Global Research Identifier Database) data. This way you can even query the data offline. During the build of the image it is figured out which is the latest version of the data. If the latest revision can’t be found the build will fail.

Usage

You need to build the image first.

$ docker build --no-cache --tag grid-solr --force-rm  .

 

Then you can start the image.

$ docker run -p 8983:8983 grid-solr

 

Point your browser to localhost:8983.

About

A Solr Image for GRO project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published