Installation
This guide covers the installation and setup of HealthTalk for your organization.
Prerequisites
Before installing HealthTalk, ensure you have:
- Administrative access to your organization’s systems
- Network configuration allowing HTTPS traffic
- Valid SSL certificates for secure communication
- Database server (PostgreSQL recommended)
Installation Options
Cloud Deployment (Recommended)
HealthTalk is available as a managed cloud service with automatic updates and maintenance.
- Contact MEDrecord sales to provision your tenant
- Receive your organization credentials
- Configure SSO integration (optional)
- Complete onboarding wizard
Self-Hosted Deployment
For organizations requiring on-premise deployment:
# Clone the HealthTalk deployment repository
git clone https://github.com/MEDrecord/healthtalk-deploy.git
# Configure environment variables
cp .env.example .env
# Start services
docker-compose up -dVerification
After installation, verify the setup:
- Access the admin dashboard
- Check system health status
- Test message delivery
- Verify audit logging
Next Steps
- Configuration - Configure your organization settings
Last updated on