Skip to content

lblod/app-mow-registry

Repository files navigation

mow-registry

Backend for the MOW Registry application based on the mu.semte.ch microservices stack.

This repository is a mu-project, it includes the minimal set of services required to run the MOW registry.

Requirements and assumptions

This project was tested on Ubuntu 20.04, but should work on most systems that run docker and docker-compose. A linux based system is recommended, but we welcome any feedback you might have when running this system on macOS or windows.

How to

Getting started

  1. make sure all requirements are met
  2. clone this repository
$ git clone https://github.com/lblod/app-mow-registry
  1. setup an appropriate login
$ docker-compose create
$ mu script project-scripts generate-login
  1. run the project
$ cd /path/to/mu-project
$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

You can shut down using docker-compose stop and remove everything using docker-compose rm.

Overview of services

overview of services