Status
Pending
Finish the steps below to make the core operational.
Core installation
This flow prepares the database, applies the canonical schema and baseline catalog, and confirms when the supervisor workspace is ready for package publication and tenant onboarding.
The installer stays strict on purpose. It avoids partial bootstrap states and keeps the control plane deterministic before any tenant package is sold or activated.
Environment
The installer expects a prepared application URL plus database host, port, name and user. This keeps the setup deterministic and supportable.
Database
The wizard verifies connectivity first. If the target database is still missing, the installer creates it before migrations run.
Migrations
Schema migrations remain the single source of truth. The installer runs the same migration service used by normal operations.
Seed
The baseline seed prepares the marketplace, reusable plugins and default commercial packages so the control plane is operational immediately.
The public, supervisor and tenant surfaces stay easier to operate when the control plane starts from one clean installation contract and one shared UI shell.