mirror of
https://github.com/documenso/documenso.git
synced 2026-07-10 21:15:15 +10:00
28 lines
822 B
Plaintext
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>
|