Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Introduction

This example demonstrates how to use the io.Manager Docker images to create an instance of io.Manager.

Prerequisites

Docker and Docker Compose

Docker and Docker Compose are required to run this example. Get docker at: https://docs.docker.com/get-started/get-docker/

Database

io.Manager requires a database to connect to - this example uses MongoDB, but you can use any other of the supported databases. You will need to either have a local instance or setup a remote database to connect to. For more information visit our Documentation page on the subject: https://docs.interop.io/manager/databases/overview/index.html

License

io.Manager requires a license key to operate. To acquire a license key, contact us at sales@interop.io.

How to run

  • Pull the images
docker compose pull
  • Start the setup
docker compose up