ONE-CLICK WEB INSTALLER

Open:
https://YOUR-DOMAIN/web-installer/index.php

This installer will try to:
1. connect to MySQL
2. write .env.local
3. import database/schema.sql
4. run npm install
5. run npm run check

IMPORTANT:
This only works if your cPanel host allows PHP to run shell commands and npm is available.

After success:
- Create Node app in cPanel
- Startup file: app.js
- Restart app
- Test /api/health

Delete or protect web-installer after setup.
