Files
documenso/apps/docs/content/docs/self-hosting/getting-started/index.mdx
T
2026-05-14 15:07:10 +10:00

28 lines
822 B
Plaintext

---
title: Getting Started
description: Requirements and quick start guide for self-hosting Documenso.
---
import { Callout } from 'fumadocs-ui/components/callout';
<Cards>
<Card
title="Requirements"
description="System requirements and prerequisites."
href="/docs/self-hosting/getting-started/requirements"
/>
<Card
title="Quick Start"
description="Deploy with Docker in 5 minutes."
href="/docs/self-hosting/getting-started/quick-start"
/>
</Cards>
<Callout type="error">
**You must generate a signing certificate.** Documenso does not ship with one. Without a
certificate, the application starts normally but document signing will fail on completion with
errors.
Please see all the [requirements](/docs/self-hosting/getting-started/requirements) before proceeding.
</Callout>