This commit is contained in:
Benjamin Toby 2025-07-16 11:19:21 +01:00
parent 363fa21032
commit b86868a4d5

View File

@ -0,0 +1,30 @@
---
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"
/>