Amadis

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Table of contents

Foreword

It is now time to create the local Docker containers

Installation

Local Docker repository

Start your own local Docker repository with the following command:

docker run -d -p 5000:5000 --restart=always --name registry registry:2

You can change the port number. If you do, please update the Configuration.conf files accordingly (see Secure Backend - Configuration)

SAMDistImages

Go to the SAMDistImages directory and run the following commands:

make images
make pushtorepository

SAMDeployment

Go to the SAMDeployment directory and run the following commands:

make initstorage
make initdatabase
make images

Run

Still in the SAMDeployment directory, simple run the followoing command:

make run

  • No labels