Skip to content

Commit

Permalink
Merge pull request #46 from VolkerHartmann/metastore_release_1.4.1
Browse files Browse the repository at this point in the history
MetaStore: Fixed overseen references to DockerHub.
  • Loading branch information
VolkerHartmann authored Jan 16, 2024
2 parents b46e569 + f5a8841 commit 8037211
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _metastore/documentation/installation/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions _metastore/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -45,7 +45,7 @@ them against the schema.
<div class="w-full sm:w-1/2 md:w-1/3 flex-col p-3">
<h1 class="text-center"><i class="fa-brands fa-docker" aria-hidden="true"></i></h1>
<h3 class="text-center">Quickstart</h3>
<p>In case you want to have a quick try of MetaStore without any configuration effort, check out our <a href="https://hub.docker.com/r/kitdm/metastore2/tags">Docker Images</a>.
<p>In case you want to have a quick try of MetaStore without any configuration effort, check out our <a href="https://github.com/orgs/kit-data-manager/packages?repo_name=metastore2">Docker Images</a>.
You'll get a pre-configured instance which can be customized later on according to your preferences.
</p>
</div>
Expand Down

0 comments on commit 8037211

Please sign in to comment.