Skip to content

Commit

Permalink
MODDCB-84 - Updated the README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gurleenkaurbp committed Dec 11, 2023
1 parent 474ee3a commit 64872ce
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,22 @@ mvn clean install

### Running it

To be added
Run locally on listening port 8081 (default listening port):

Using Docker to run the local stand-alone instance:

```shell
DB_HOST=localhost DB_PORT=5432 DB_DATABASE=okapi_modules DB_USERNAME=folio_admin DB_PASSWORD=folio_admin \
java -Dserver.port=8081 -jar target/mod-dcb-*.jar
```

### Docker

To be added
Build the docker container with:

```shell
docker build -t dev.folio/mod-dcb .
```

### Module Descriptor

Expand Down

0 comments on commit 64872ce

Please sign in to comment.