📝 Update docs

This commit is contained in:
Luke Vella 2023-04-22 11:29:05 +01:00
parent 7cbf14127a
commit ac403d1f99
26 changed files with 111 additions and 122 deletions

View file

@ -0,0 +1,25 @@
---
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>