Updates
This commit is contained in:
parent
f271833a6a
commit
bc14b08438
36
pages/self-hosting/linux/index.mdx
Normal file
36
pages/self-hosting/linux/index.mdx
Normal file
@ -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.
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
## How to Update
|
||||||
|
|
||||||
|
To update just rerun the install script and follow the prompts.
|
Loading…
Reference in New Issue
Block a user