Diff: how-to/self-host-a-deployment
From e7f5641 to e7f5641
+0 / −0 lines
| Before | After |
|---|---|
| --- | --- |
| schema: foundry-doc-v1 | schema: foundry-doc-v1 |
| title: "How to self-host a deployment" | title: "How to self-host a deployment" |
| slug: self-host-a-deployment | slug: self-host-a-deployment |
| category: how-to | category: how-to |
| content_type: how-to | content_type: how-to |
| type: how-to | type: how-to |
| status: stub | status: stub |
| last_edited: 2026-06-14 | last_edited: 2026-06-14 |
| editor: pointsav-engineering | editor: pointsav-engineering |
| paired_with: self-host-a-deployment.es.md | paired_with: self-host-a-deployment.es.md |
| --- | --- |
| A PointSav deployment is a named, numbered instance of a gateway configuration provisioned on operator-controlled infrastructure. Each deployment runs the same software distribution substrate as the hosted service, with all data and keys held locally. This guide covers provisioning a new deployment instance, verifying the gateway starts correctly, and connecting it to the upstream platform. | A PointSav deployment is a named, numbered instance of a gateway configuration provisioned on operator-controlled infrastructure. Each deployment runs the same software distribution substrate as the hosted service, with all data and keys held locally. This guide covers provisioning a new deployment instance, verifying the gateway starts correctly, and connecting it to the upstream platform. |
| For the deployment architecture, see [[deployment-patterns]] and [[edge-deployment]]. For the software distribution model that supplies signed binaries to your instance, see [[software-distribution-substrate]]. | For the deployment architecture, see [[deployment-patterns]] and [[edge-deployment]]. For the software distribution model that supplies signed binaries to your instance, see [[software-distribution-substrate]]. |
| ## See also | ## See also |
| - [[deployment-patterns]] — gateway configuration patterns and deployment topologies | - [[deployment-patterns]] — gateway configuration patterns and deployment topologies |
| - [[edge-deployment]] — edge instance architecture and connectivity model | - [[edge-deployment]] — edge instance architecture and connectivity model |
| - [[software-distribution-substrate]] — how signed binary releases are delivered | - [[software-distribution-substrate]] — how signed binary releases are delivered |
| - [[authenticate-binary-downloads]] — verify the binary before running it | - [[authenticate-binary-downloads]] — verify the binary before running it |
| - [[configure-doorman]] — wire up the inference gateway after the deployment is running | - [[configure-doorman]] — wire up the inference gateway after the deployment is running |