rallly/apps/docs/self-hosting/getting-started.mdx
2023-04-21 17:35:39 +01:00

25 lines
693 B
Text

---
title: Self-Hosting Rallly
description: How to run your own instance of Rallly.
---
## Getting Started
Depending on how comfortable you are with technical things, you can either run Rallly on your own server or choose a provider that will do it for you.
<CardGroup cols={2}>
<Card
title="Run on my own server"
icon="docker"
href="https://github.com/lukevella/rallly-selfhosted"
>
Host your own instance of Rallly on your own server using Docker.
</Card>
<Card
icon="server"
title="Using a hosting provider"
href="/self-hosting/managed-hosting"
>
Choose a provider that will install and run an instance of Rallly for you.
</Card>
</CardGroup>