Skip to content
Pedro Guimarães edited this page Dec 4, 2015 · 11 revisions

##In order to build and run the API, you need to fill the basic requirements:

  • Create a database using lontra-harvester instructions, based on Liquibase and liger-data-access;
  • Populate your database using lontra-harvester tool connected to IPT instances in order to harvest and index DwC-A data;
    • Clone this project's repository git clone https://github.com/sibbr/api/
  • Generate database authentication structure
  • Configure database connection
    • Edit DatabaseConnection.java file to provide connection information to the database
  • Configure certificate information for SSL
    • Edit application.properties file to provide ssl server information
  • Build the project mvn clean package
  • Run the application java -jar api-{version}.jar
Clone this wiki locally