Sign inSign up

xsteadfastx/bib-api

By xsteadfastx

Updated about 11 years ago

Image
0

1.1K

xsteadfastx/bib-api repository overview

bib-api

Build Status Coverage Status

Unofficial Stadtbibliothek Nürnberg API

using docker-compose

thats the most easiest way to get everything up and running. it will get redis and link everything together. dont forget to set the secret key evironment variable in docker-compose.yml.

  1. git clone https://github.com/xsteadfastx/bib-api.git
  2. cd bib-api
  3. docker-compose up -d

manual

of course you can start everything by your own.

  1. docker pull xsteadfastx/bib-api
  2. docker run -d --name bib-api-redis redis
  3. docker run -d --name bib-api --link bib-api-redis:redis -p 127.0.0.1:9999:5000 xsteadfastx/bib-api

Tag summary

Content type

Image

Digest

sha256:4cf635a7c

Size

238.3 MB

Last updated

about 11 years ago

docker pull xsteadfastx/bib-api