datasquirel-docs/pages/self-hosting/index.mdx
Benjamin Toby b86868a4d5 Updates
2025-07-16 11:19:21 +01:00

31 lines
963 B
Plaintext

---
title: Self Hosting | Datasquirel docs
description: Get started with Datasquirel
page_title: Create Table Fields
page_description: Learn how to create fields/columns in your tables
---
## Prerequisites
To begin self hosting datasquirel you need `docker` installed on the target machine. Additionally you need `wget` if not already installed, or you could use any download manager of your choice.
<br />
## Available Platforms
Datasquirel can be hosted on [`Linux`](/docs/self-hosting/linux), [`MacOS`](/docs/self-hosting/linux), or [`Windows`](/docs/self-hosting/windows).
<DocsCard
title="Self Hosting On Linux and MacOS"
description="Learn how to host Datasquirel on a linux or MacOS machine."
href="/docs/self-hosting/linux"
className="h-full"
/>
<br />
<DocsCard
title="Self Hosting On Windows"
description="Learn how to host Datasquirel on a Windows machine."
href="/docs/self-hosting/windows"
className="h-full"
/>