BhoFit cPanel package ===================== Full steps: open DEPLOYMENT.md (same folder) or deploy/LIVE-DEPLOY.md 1. File Manager → Show Hidden Files 2. Extract this archive into the Node.js Application root (server.js, package.json, and .next must sit together) 3. Startup file: server.js | Mode: Production | Node 20+ 4. phpMyAdmin: import deploy/fliemart-import.sql 5. Set env vars (NODE_ENV=production, AUTH_SECRET, DB_*, NEXT_PUBLIC_SITE_URL) 6. Run NPM Install 7. Run JS Script: scripts/cpanel-prisma-generate.js 8. Run JS Script: scripts/cpanel-fix-paths.js 9. Run JS Script: scripts/cpanel-fix-perms.js 10. STOP then START 11. Open https://your-domain/api/health — must be JSON 12. Login: admin@bhofit.com / admin123 → change password immediately Do NOT run next build on the server.