Skip to content

scieloorg/oaipmh

 
 

Repository files navigation

Build

LA Referencia OAI-PMH Provider

Install

  1. Clone/download this repository

  2. Build using Maven/Java8

$ ./build.sh
  1. Edit config files
  • config/application.properties
  • config/xoai.config
  • oai-pmh.conf

Configure Solr Core

  1. Copy oai core ( solr.core/oai ) to a compatible Solr installation ( tested with 6.6 )

  2. Restart Solr server

*Note: a Docker solr container with preconfigured oai core is provided

Run

  • Run from bash
$ ./oai-pmh.jar
  • Run as service
$ sudo ln -s /path/to/oai-pmh.jar /etc/init.d/oai-pmh
$ sudo /etc/init.d/oai-pmh start

About

OAIPMH - SciELO

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • XSLT 61.3%
  • Java 36.4%
  • HTML 0.9%
  • Dockerfile 0.8%
  • Shell 0.5%
  • CSS 0.1%