Installation
Deploy EGKits SaaS, configure database providers, and connect integrations.
Installation & Deployment
EGKits SaaS is cloud-hosted by default. Enterprise customers can deploy dedicated instances with provider-flexible databases.
Supported database providers
EGKits supports SQL Server, PostgreSQL, MySQL, Oracle, SQLite, and MongoDB. Configure the provider in tenant system settings or deployment configuration:
{
"DatabaseOptions": {
"Provider": "PostgreSQL",
"ConnectionString": "Host=db.internal;Database=egkits;Username=app;Password=***"
}
}
Deployment options
SaaS (recommended)
Use the hosted EGKits SaaS environment — no infrastructure management required.
Dedicated / private cloud
Deploy the EGKits stack to your VPC with isolated tenant databases and custom domains.
Post-install checklist
- Configure SMTP or mail provider for notifications
- Set tax and fiscal settings for your jurisdiction
- Enable MFA for administrative accounts
- Review the Database Providers guide