Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 474 Bytes

release.md

File metadata and controls

15 lines (9 loc) · 474 Bytes

How to install and run?

First you need to install Docker in your system and download and unzip this file. Then enter in a terminal (inside directory isbnsrv-1.1.7):

$ docker build --tag="isbnsrv:1.1.7" .
$ docker run -d -p 8080:8080 isbnsrv:1.1.7

(it exposes port 8080). Now read the documentation.

What's new?

  1. TENTATIVE...