Deployment
Develop with a fast local loop. Promote the same explicit project configuration into a reproducible production environment.
Development
Use the CLI and orjanda serve to run a local application while you shape Documents and their derived surfaces. Keep configuration close to the project and environment-specific values outside the repository.
cd myapp
orjanda serveProduction
Production deployment should use a built, reviewed project with its environment values supplied securely. The supplied v0.1.5 materials do not prescribe a hosting provider, process manager, or container image, so this guide avoids pretending there is a preferred one.
Before you ship
| Check | Question | Why it matters |
|---|---|---|
| Model | Are Documents and fields intentional? | source of truth |
| Access | Are permissions and approvals tested? | safe operations |
| Config | Are secrets outside version control? | reproducibility |
Last updated on