Installing the core

This page describes how to install and run the core microservice

Table of contents

Full system installation

Tip!

This is the recommended way of installation!

The core is automatically installed as part of the full Online Membership System, you can install it using the installation instructions over here.

From that article you can also find several further links to get you started with the system, including the core.

Seperate service installation

Docker container

Installing the core using the docker containers as present in the full system can be quickly done, simply take the Docker-compose.yml and choose the containers you want to use. Based on your exact needs you need to use 'omscore' and you can choose whether or not to use additional containers 'omscore-nginx', 'php-fpm' and 'traefik'.

Native install (without docker)

We currently do not give support on how to install the core without using the provided docker container. However you can have a look at the files inside the oms-core/docker/ folder, which contain the instructions docker uses for installation.