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.
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.
- a recent version of docker needs to be installed
- a recent version of docker-compose needs to be installed
- some basic shell experience is recommended
- make sure all requirements are met
- clone this repository
$ git clone https://github.com/lblod/app-mow-registry
- setup an appropriate login
$ docker-compose create
$ mu script project-scripts generate-login
- 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
.