Alvarsson / M7011E_DynamicDuo

Dynamic Web system. Electrical grid simulation
1 stars 0 forks source link

M7011E_DynamicDuo

Deploy the system (Docker-compose)

Requirements: Download and install Docker and NodeJS. See links for Docker below.

Note: The system auto-creates a Manager account with the user-name "Manager" and password "supaSecret".

Downloading Docker and NodeJS

NodeJS

https://nodejs.org/en/

Docker for MacOS

https://docs.docker.com/docker-for-mac/install/ We are using docker-compose to run multiple services with one command. Docker desktop for mac has this "feature" built in. So just download the Docker desktop.

Docker for Linux

https://docs.docker.com/compose/install/