Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 897 Bytes

README.md

File metadata and controls

48 lines (35 loc) · 897 Bytes

How to start

Install Makefile on your OS (recommend)

To install project

make install

To start project

make start

To stop project

make stop

To execute container

make shell

To execute container with root user

make root

To view container status

make ps

To debug container log

make logs

Open browser

image

Demo

image

image