# Nexobiz No-Terminal Install Guide

Use `releases/nexobiz-1.0.0-ready-install.zip` when the customer should not run Composer, npm, or build commands.

## Customer Flow

1. Extract the ZIP.
2. Upload the contents of `upload/` to hosting.
3. Point the web root to `upload/public`.
4. Open the domain in a browser.
5. Complete `/install` with database, admin, company, and purchase code details.
6. The installer writes `.env`, creates bootstrap records, stores the local license token, and writes `storage/app/install.lock`.

## Included

- Browser installer
- Backend vendor dependencies
- Backend migrations and modules
- Frontend standalone production build
- Environment template
- Storage, upload, and cache folders
- Documentation, changelog, version manifest, and ready-install manifest

## Hosting Notes

The PHP installer requires PHP 8.3 and MySQL or PostgreSQL. The bundled Next.js command center is included as a standalone production build for hosts with a Node app manager or managed process runner. Pure PHP shared hosting can run the installer and PHP bootstrap layer, but the full Next.js command center still requires a Node-capable hosting plan.
