Skip to main content

Local Demo Environment

If you are exploring Tuva EMPI for the first time, you can run it locally in a demo environment:

  1. Install Docker and Docker Compose
  2. Clone the Tuva EMPI repository:
    git clone git@github.com:tuva-health/tuva_empi.git
    cd tuva_empi
  3. Create a config file for Docker Compose:
    cp .env.example .env
  4. Create a config file for the Tuva EMPI backend:
    cp backend/config/local.json.example backend/config/local.json
  5. Run Docker Compose:
    docker compose up -d
  6. With a web browser, navigate to localhost:9000
  7. Login with user user and password test1234