PetTua cPanel package ===================== 1. Extract into the Node application root (folder that contains server.js). 2. Startup file: server.js (Production, Node 20+). 3. Set env vars (AUTH_SECRET, DB_*, NEXT_PUBLIC_SITE_URL, Stripe live keys). 4. phpMyAdmin: import deploy/pettua-import.sql 5. Run NPM Install 6. Run JS Script: scripts/cpanel-prisma-generate.js 7. Run JS Script: scripts/cpanel-fix-paths.js 8. Run JS Script: scripts/cpanel-fix-perms.js 9. STOP then START 10. Open https://your-domain/api/health — must be application/json 11. Login: admin@pettua.com (password in DEPLOYMENT.md) — change immediately Do NOT run next build on the server. Full steps: DEPLOYMENT.md