Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 741 Bytes

how-to-develop.md

File metadata and controls

27 lines (15 loc) · 741 Bytes

Back-office

We are using a docker-compose to manage the various containers. See how to docker for install and basics:

make first-run

ℹ️: You will be asked to create a super user.

Create the coaxisopt_daemon container so we can use it as template:

    cd daemon
    docker build --tag coaxisopt_daemon .

After having create a client we will need to create a daemon

creation d'un deamon de test

Finally go to http://localhost/

Front-office

cd daemon/
./help-me.mk build dev

To locate where is the daemon container on the network:

make where-is-front-office --silent