# Deployment notes

1. Point the web server document root at Laravel's `public/` directory.
2. Configure MySQL and `.env`.
3. Run `php artisan migrate --seed`.
4. Run a queue worker: `php artisan queue:work`.
5. Run Laravel's scheduler every minute with your host's cron.
6. Install FFmpeg and ensure the web/queue user can execute it.
7. Configure Google OAuth consent screen and YouTube Data API.
8. Add the exact callback URL from `.env` to Google Cloud.
9. Keep OAuth tokens encrypted and never commit `.env`.
10. Start with YouTube privacy `private`/review mode while testing.
