Saltar a contenido

Setup Documentation

Get your laboratory system up and running.

📑 Contents

Quick Start Guide

5-minute guide to get the system running locally with Docker Compose.

When to use: First time setup, development environment

Laboratory Workflow

Understanding how the laboratory system works: from protocol submission to report delivery.

When to use: Understanding business processes, training new users

Test Credentials

Development and testing user accounts for all roles (veterinarian, histopathologist, lab staff, admin).

When to use: Testing, development, demonstration

  1. First Timer? Start with Quick Start Guide
  2. Need test users? Check Test Credentials
  3. Want to understand the workflow? Read Laboratory Workflow

⚡ Quick Commands

# Start the system
docker compose up --build

# Run migrations
./run manage migrate

# Create superuser
./run manage createsuperuser

# Run tests
./run manage test

← Back to Documentation Home