Post-Installation Configuration¶
When to use this page¶
Use this guide immediately after setup is complete to validate your deployment and harden production settings.
Verification checklist¶
- Application restarts successfully after setup.
- Admin account can sign in.
- File upload works.
- Publisher URL is reachable.
- First page publish succeeds.
- Email test passes (if configured).
- CDN purge works (if configured).
First publish test¶
- Create a simple page.
- Publish the page.
- Open the expected URL on your public site.
- Confirm content and linked assets load correctly.
Security hardening¶
- Rotate and protect credentials.
- Restrict allowed upload file types to required formats.
- Create least-privilege non-admin accounts for day-to-day editing.
- Ensure HTTPS is enforced on public endpoints.
- Disable setup by ensuring
CosmosAllowSetup=false.
Operational checks¶
- Confirm logs are available and monitored.
- Validate backup/restore strategy for database and storage.
- Document runbook steps for cache purge and incident response.