AeroFind Demo Hosting Guide
Demo environment only. Do not process real passenger, passport, baggage, or delivery data here.
Recommended Setup
- Host on a separate subdomain, for example
demo.aerofind.online.
- Use HTTPS.
- Use demo-only data and demo-only inboxes.
- Record the cloud provider and region used for the demo environment.
- Disable live SMS and production courier integrations.
- Keep customer-specific production credentials out of the demo environment.
- Protect private demos with HTTP basic auth or a temporary demo login.
Demo Content
- Use fictional passenger names, fictional bag tags, and fictional WorldTracer references.
- Use generic airport/station examples unless the customer has approved a branded demo.
- Route outbound email to your own controlled inbox or disable sending.
- Reset the demo after each customer session.
Safe Demo Cron
If you run the full Main app for demos, install the normal cleanup cron but keep retention demo-safe:
0 3 * * * php /absolute/path/to/Main/cron/cron_cleanup.php > /dev/null 2>&1
Before Each Demo
- Confirm the demo URL opens over HTTPS.
- Confirm login credentials work.
- Confirm no real passenger data is present.
- Confirm emails/SMS are disabled or routed internally.
- Confirm the demo story and sample cases are ready.