From bc14b084389a6f6af8cde419484e93f9cb90d3aa Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Wed, 16 Jul 2025 11:22:35 +0100 Subject: [PATCH] Updates --- pages/self-hosting/linux/index.mdx | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/self-hosting/linux/index.mdx diff --git a/pages/self-hosting/linux/index.mdx b/pages/self-hosting/linux/index.mdx new file mode 100644 index 0000000..7887045 --- /dev/null +++ b/pages/self-hosting/linux/index.mdx @@ -0,0 +1,36 @@ +--- +title: Linux Self Hosting | Datasquirel docs +description: Host on Linux/Unix machines +page_title: Self Hosting on Linux/MacO +page_description: Host on Linux/Unix machines +--- + +## Prerequisites + +`docker`, `docker compose`, `bun`, `wget`, and `xz-utils` (or equivalent for your specific OS) packages are required for this installation. + +
+ +## How to Install + +On a Linux or MacOS machine, open a terminal and run: + +```bash +curl https://datasquirel.com/install | bash +``` + +That's it! You're all set to go. + +### Preferred Operating Systems + +Preferred operating systems are: + +- Debian +- Ubuntu +- Fedora + +
+ +## How to Update + +To update just rerun the install script and follow the prompts.