Quick Start (5 min)
Welcome to the Haste Health documentation! This guide will help you get started with setting up and using Haste Health.
Prerequisites
Before you begin, ensure you have the following installed on your machine:
- Docker (Docker Engine version 27 or later)
Running Haste Health with Docker
This will setup all the infrastructure required to run Haste Health and start the main server and worker.
- The server will be available at http://localhost:3000
- The admin interface will be available at http://localhost:3001
curl https://raw.githubusercontent.com/HasteHealth/HasteHealth/refs/heads/main/docker-compose.yml -o docker-compose.yml
docker-compose up
Login to the initial tenant
By default we create a tenant called my-health with a test user.
Go to your local running admin app here to access the admin application for this test tenant.
To login to the admin interface for this tenant, use the following credentials:
- Email:
myuser@health.org - Password:
testing_password
Write out a detailed site guide and link to other documentation pages as needed.
Next Steps
To learn more about Haste Health, check out the following sections:
We hope you enjoy using Haste Health!