We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc23cdf commit b5156e1Copy full SHA for b5156e1
website/docs/getstarted/quickstart.mdx
@@ -15,24 +15,15 @@ A quickstart guide.
15
- OS:
16
- Linux with glibc 2.17+.
17
- Windows 10+ with WSL/WSL2.
18
+ - MacOS
19
- Python: Python 3.10+.
20
21
## Deploy Infinity using Docker
22
23
This section provides guidance on deploying the Infinity database using Docker, with the client and server as separate processes.
24
-### Prerequisites
25
-
26
-- CPU: x86_64 with AVX2 support.
27
-- OS:
28
- - Linux with glibc 2.17+.
29
- - Windows 10+ with WSL/WSL2.
30
- - MacOS
31
32
### Install Infinity server
33
34
-This section provides instructions on deploying the Infinity using Docker on Linux x86_64, MacOS x86_64, and Windows WSL/WSL2.
35
36
<Tabs
37
defaultValue="linux_mac"
38
values={[
0 commit comments