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
🎯 Recommended Path¶
- First Timer? Start with Quick Start Guide
- Need test users? Check Test Credentials
- 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
🔗 Related Documentation¶
- Deployment - Deploy to production
- Configuration - Configure settings
- Operations - Daily operations