rallly/apps/docs/self-hosting/introduction.mdx
Luke Vella ac403d1f99 📝 Update docs
2023-04-22 11:29:05 +01:00

25 lines
698 B
Text

---
title: Introduction
description: How to run your own instance of Rallly.
---
## Get Started
Depending on how comfortable you are with technical things, you can either run Rallly on your own server or choose a managed hosting 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>