# MORIE deployment checklist

1. Upload this package to cPanel.
2. Do not upload `.env`; copy `.env.example` to `.env` and fill real values.
3. Run `npm install --omit=dev`.
4. Ensure MySQL user has permission to create/use the configured database.
5. Set Node.js application startup file to `index.js` and public URL to HTTPS.
6. Set `NODE_ENV=production`.
7. Start/restart the Node application.
8. Open `/app/login`, sign in, then open `/app/agent/register`.
9. Create a test agent. The API returns `AGENT_CREATED` and stores the account with `status=1`.
10. Verify the new agent can log in, then remove the test account if it is not needed.

The package intentionally excludes `.env`, runtime logs, temporary files and `node_modules`.
