mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 02:36:30 +02:00
25 lines
698 B
Text
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>
|