Skip to content

Latest commit

 

History

History

lesson5

Learning Mashroom Lesson 5

Video: https://youtu.be/CGFg64txTfY

Setup

demo-setup.png

Usage

Production

cd prod
docker-compose up

The Portal will be available at https://localhost:6060 (reverse proxy)

The actual Portal nodes are available at:

Users: professor/professor, fry/fry, leela/leela, bender/bender

The Grafana dashboard will be available at: http://localhost:3000 - login with admin/test

Development

npm i
npm start

The Portal will be available at http://localhost:8080/portal/web

Users: admin/admin, john/john

Hints