diff --git a/_metastore/documentation/installation/index.markdown b/_metastore/documentation/installation/index.markdown index 5f5f104..260ffbe 100644 --- a/_metastore/documentation/installation/index.markdown +++ b/_metastore/documentation/installation/index.markdown @@ -13,6 +13,6 @@ NOTE : Standalone service will only support simple search via administrative metadata. There are three ways to install MetaStore as a micorservice: -- [Using](installation-via-gitHub.html) the image available via [DockerHub](https://github.com/orgs/kit-data-manager/packages?repo_name=metastore2) (***recommended***) +- [Using](installation-via-gitHub.html) the image available via [GitHub Packages](https://github.com/orgs/kit-data-manager/packages?repo_name=metastore2) (***recommended***) - [Building](build-docker-container.html) docker image locally - [Building](local-installation.html) and running locally diff --git a/_metastore/documentation/installation/installation-via-gitHub.markdown b/_metastore/documentation/installation/installation-via-gitHub.markdown index 3937484..3a5dfa7 100644 --- a/_metastore/documentation/installation/installation-via-gitHub.markdown +++ b/_metastore/documentation/installation/installation-via-gitHub.markdown @@ -1,6 +1,6 @@ --- -title: Installation via DockerHub -breadcrumbs: /metastore/documentation/installation/Installation via DockerHub +title: Installation via GitHub Packages +breadcrumbs: /metastore/documentation/installation/Installation via GitHub Packages layout: default description: A Research Data Repository Service for Managing Metadata Documents based on JSON or XML. repository_url: https://github.com/kit-data-manager/metastore2 @@ -15,7 +15,7 @@ In order to run this microservice via docker you'll need: * [Docker](https://www.docker.com/) ## Installation -Typically, there is no need for locally building images as all version are accessible via DockerHub. +Typically, there is no need for locally building images as all version are accessible via GitHub Packages. Have a look of available images and their tags [here](https://github.com/orgs/kit-data-manager/packages?repo_name=metastore2) ## Create Docker Container diff --git a/_metastore/index.markdown b/_metastore/index.markdown index b7fc975..549b23b 100644 --- a/_metastore/index.markdown +++ b/_metastore/index.markdown @@ -34,7 +34,7 @@ them against the schema. - Ingest/Edit/View (XML/JSON) metadata documents * Versioning (history) of metadata and schema documents * Light-weight microservice based on [Spring Boot](https://spring.io/projects/spring-boot) -* Easy installation, e.g., using available [Docker images](https://hub.docker.com/r/kitdm/metastore2) +* Easy installation, e.g., using available [Docker images](https://github.com/orgs/kit-data-manager/packages?repo_name=metastore2) * (Optional) OAI-PMH support for metadata harvesting * (Optional) Messaging support via [RabbitMQ](https://www.rabbitmq.com/) to process repository events, e.g., resource creation or indexing. * (Optional) JWT-based authentication and authorization via Keycloak @@ -45,7 +45,7 @@ them against the schema.

Quickstart

-

In case you want to have a quick try of MetaStore without any configuration effort, check out our Docker Images. +

In case you want to have a quick try of MetaStore without any configuration effort, check out our Docker Images. You'll get a pre-configured instance which can be customized later on according to your preferences.