Reference

Quick reference materials, terminology, and external resources.

What’s in This Section

FAQ

Frequently asked questions about PATH DRC EMR.

Glossary

Definitions of terms used throughout the documentation.

External Resources

Links to related documentation and resources.


Official Resources

OpenMRS Resources

Technical Documentation


Command Reference

Docker Compose Commands

docker compose up -d          # Start services
docker compose down           # Stop services
docker compose logs -f        # View logs
docker compose restart        # Restart services
docker compose ps             # View status
docker compose pull           # Pull images
docker compose build          # Build images

Service Access

  • OpenMRS 3.0 SPA: http://localhost/openmrs/spa
  • Legacy Admin UI: http://localhost/openmrs
  • Default credentials: admin / Admin123

Environment Variable Reference

Variable Purpose Example
TAG Docker image tag latest or latest-akram
RESTIC_REPOSITORY Backup repository path /backup
RESTIC_PASSWORD Backup encryption password your-secure-password
CRON_SCHEDULE Backup schedule 0 2 * * *

See Environment Variables for complete reference.


Table of contents