# URL-only installer flow
Point the server document root to `public/`, then open `/`.
If the installation marker is absent, `/` redirects to `/install`.
The installer runs migrations and seeders, creates the first Super Admin and sets the installed marker.
There is no `install.php`.
Configure DB credentials and APP_KEY in `.env` before first request.
