Local Demo Environment
If you are exploring Tuva EMPI for the first time, you can run it locally in a demo environment:
- Install Docker and Docker Compose
- Clone the Tuva EMPI repository:
git clone git@github.com:tuva-health/tuva_empi.git
cd tuva_empi - Create a config file for Docker Compose:
cp .env.example .env
- Create a config file for the Tuva EMPI backend:
cp backend/config/local.json.example backend/config/local.json
- Run Docker Compose:
docker compose up -d
- With a web browser, navigate to
localhost:9000
- Login with user
user
and passwordtest1234