Skip to content

ceskaexpedice/s2i-kramerius

 
 

Repository files navigation

Kramerius - Docker image

This repository contains the source for building of Kramerius application as a Docker image using source-to-image. The resulting image can be run using Docker.

Installation

To build a Kramerius builder image from scratch, run:

$ git clone https://github.com/moravianlibrary/s2i-kramerius.git
$ cd s2i-kramerius
$ docker build -t kramerius-builder .

Usage

To build Kramerius from your own repo using standalone S2I and then run the resulting image with Docker execute:

# use --ref to specify branch/tag
$ s2i build --incremental=true --exclude="" https://github.com/ceskaexpedice/kramerius.git kramerius-builder moravianlibrary/kramerius
$ s2i build --incremental=false --exclude="" --ref=kramerius5 https://github.com/ceskaexpedice/kramerius.git kramerius-builder ceskaexpedice/kramerius:5.5.0
$ docker-compose up -d

Accessing the application:

http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.8%
  • Dockerfile 48.2%