Skip to content

Local deployment

Kizlo Taras edited this page Dec 21, 2020 · 2 revisions

Overview

Inside Infrustructure folder you can find docker-compose.yml that contains all required services for the application to work. You need run Infrastructure/runall.cmd to start those.

After all services are started run script/runall.cmd. That script will trigger all application services such as API, UI (Angular) and Background jobs (Sms sender).

Clone this wiki locally