Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.12 KB

mod-marccat

Copyright (C) 2017-2019 The Open Library Foundation

This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.

Introduction

Metadata management / foolio marccat module.

Prerequisites

  • Java 8 JDK
  • Maven 3.3.9
  • Postgres 9.6.1 or obove (running and listening on port 5433)

Preparation

Storage: create posgres db

Git Submodules

There are some common RAML definitions that are shared between FOLIO projects via Git submodules.

To initialise these please run git submodule init && git submodule update in the root directory.

If these are not initialised, the module will fail to build correctly, and other operations may also fail.

More information is available on the developer site.

Additional information

Issue tracker

See project MODCAT at the FOLIO issue tracker.

Other FOLIO Developer documentation is at dev.folio.org