Local Installation

A Research Data Repository Service for Managing Metadata Documents based on JSON or XML.

Local Installation

Prerequisites

In order to run this microservice you’ll need:

Installation

Clone repository

First of all you’ll have to clone this repository:

user@localhost:/home/user/$ git clone https://github.com/kit-data-manager/metastore2.git
Clone to 'metastore2'
[...]
user@localhost:/home/user/$ cd metastore2
user@localhost:/home/user/metastore2$

Build service

To build service just execute the build.sh script:

user@localhost:/home/user/metastore2$ bash build.sh /PATH/TO/EMPTY/INSTALLATION/DIRECTORY
---------------------------------------------------------------------------
Build microservice of metastore2 at /PATH/TO/EMPTY/INSTALLATION/DIRECTORY
---------------------------------------------------------------------------
[...]
---------------------------------------------------------------------------
Now you can start the service by calling /PATH/TO/EMPTY/INSTALLATION/DIRECTORY/run.sh
---------------------------------------------------------------------------
user@localhost:/home/user/metastore2$