Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.26 KB

DataCite OAI-PMH Provider

Build Status

This is the DataCite OAI-PMH Data Provider (OAIP). This app is a servlet with the main functionality of disseminating the contents of the DataCite Metadata Store using OAI-PMH.

To learn more about DataCite please visit our website

To use this service please go to https://oai.datacite.org

Installation

Using Docker.

docker run -p 8030:80 -v ~/.m2:/root/.m2 datacite/oaip

You can now point your browser to http://localhost:8030 and use the application.

For a more detailed configuration, including using a lcoal Maven repository on the host, look at docker-compose.yml in the root folder.

Development

Follow along via Github Issues.

Note on Patches/Pull Requests

  • Fork the project
  • Write tests for your new feature or a test that reproduces a bug
  • Implement your feature or make a bug fix
  • Do not mess with Rakefile, version or history
  • Commit, push and make a pull request. Bonus points for topical branches.

License

OAIP is released under the Apache 2 License.