Skip to Content
Deployment

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 serve

Production

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

CheckQuestionWhy it matters
ModelAre Documents and fields intentional?source of truth
AccessAre permissions and approvals tested?safe operations
ConfigAre secrets outside version control?reproducibility
Last updated on