Skip to content

Commit 1000429

Browse files
committed
docs: re-organise introduction
merge system requirements into the installation guide
1 parent e1bd91a commit 1000429

4 files changed

Lines changed: 24 additions & 10 deletions

File tree

content/docs/getting-started/frequently-asked-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Frequently Asked Questions"
3-
weight: 1
3+
weight: 2
44
---
55

66
# Frequently Asked Questions {anchor=false}
Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
---
22
title: "Installation Guide"
3-
weight: 3
3+
weight: 1
44
---
55

6-
WIP
6+
# Installation Guide {anchor=false}
7+
8+
Heavily WIP and incomplete.
9+
10+
## Pre-requisites
11+
12+
- A computer that meets the [system requirements](#system-requirements)
13+
- A big enough storage drive for the install media that you are fine with erasing
14+
- **(Optional, but recommended)**: read through the [frequently asked questions](/docs/getting-started/frequently-asked-questions)
15+
16+
## System Requirements
17+
18+
> [!INFO]
19+
> These should be treated as a rough guideline. UEFI and 64-bit are the only hard requirements (Apollo won't boot without these), but we recommend the following for the best experience:
20+
21+
- **UEFI** firmware (any computer from within the last decade should have this)
22+
- **SSD** storage with at least 40GB free for Apollo
23+
- An **x86_64** capable processor with at least 2 cores running at 2GHz or better
24+
- At least **4GB** of RAM, ideally more, especially for running containerised workloads
25+
- Modern AMD/Intel graphics, or for Nvidia anything Turing (GTX/16xx or RTX 20xx) or newer using the `apollo-nvidia` image.
26+
- Older Nvidia GPUs may still work with the regular image (`apollo`), however these only ship the open source nouveau drivers which typically have worse performance compared to the proprietary drivers.

content/docs/getting-started/system-requirements.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ enableGitInfo = true
2525

2626
[[menu.home]]
2727
name = 'Docs'
28-
url = '/docs/getting-started/system-requirements'
28+
url = '/docs/getting-started/install'
2929
weight = 1
3030
[[menu.home]]
3131
name = 'Blog'

0 commit comments

Comments
 (0)