Environments
Who this is for
Admins setting up Owlie for the first time or separating dev, staging, and production.
Goal
Create a clear environment strategy and confirm you can access each tenant.
Prereqs
- Admin access to your Owlie tenant
Success criteria
You can reach your tenant subdomains and access the Admin Dashboard at /admin.
Steps
- Decide environment scope.
- Create a separate tenant for each environment.
- Log in to each tenant and verify /admin loads.
Default configuration
- Use separate subdomains per environment.
- Keep test data out of production.
When to change it
- If your organization requires strict separation for compliance, use isolated tenants.
Impact and risks
- Mixing environments makes audit and troubleshooting difficult.
Example
Create three tenants: acme-dev, acme-staging, acme. Validate /admin loads for each.
Troubleshooting
- If /admin is not accessible, confirm you are on the correct tenant subdomain.
Assumptions & Questions
- What are the exact Admin Dashboard UI labels for tenant creation and environment naming?
Next steps
- /implement/setup/first-connector
- /security/data-handling