From b86868a4d582a8f29a178a1bfcad1a081eb7d372 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Wed, 16 Jul 2025 11:19:21 +0100 Subject: [PATCH] Updates --- pages/self-hosting/index.mdx | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pages/self-hosting/index.mdx diff --git a/pages/self-hosting/index.mdx b/pages/self-hosting/index.mdx new file mode 100644 index 0000000..b54e7b5 --- /dev/null +++ b/pages/self-hosting/index.mdx @@ -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. + +
+ +## Available Platforms + +Datasquirel can be hosted on [`Linux`](/docs/self-hosting/linux), [`MacOS`](/docs/self-hosting/linux), or [`Windows`](/docs/self-hosting/windows). + + +
+