Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 791bcaa

Browse files
fhennigsbernauer
andauthored
docs: Added system requirements to the installation page (#276)
* Added requirements * Update docs/modules/ROOT/pages/installation.adoc Co-authored-by: Sebastian Bernauer <[email protected]> --------- Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 23e111a commit 791bcaa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/modules/ROOT/pages/installation.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
== Pre-compiled binary
44
Stackable ships pre-compiled binaries of `stackablectl` which should work on most environments such as Windows, macOS, and Linux distros like Ubuntu and Arch.
55

6+
NOTE: You can find details on the supported OS versions in the <<system-requirements>> section below.
7+
68
Below are the installation instructions for <<Linux>>, <<macOS>> and <<Windows>>.
79
If the binary does not work for you, you can always <<_build_stackablectl_from_source>>
810

@@ -154,3 +156,22 @@ The stackablectl completion script for Zsh can be generated with the command `st
154156
$ source <(stackablectl completion zsh)
155157
$ echo 'source <(stackablectl completion zsh)' >> ~/.zshrc
156158
----
159+
160+
[#system-requirements]
161+
== System requirements
162+
163+
=== Hardware
164+
165+
stackablectl requires 200MB of disk storage, 1GB of RAM and 1 CPU to operate.
166+
167+
=== Operating system
168+
169+
The pre-compiled stackablectl binary supports the following operating systems:
170+
In case a OS is not supported by the binary, it can always be build from [source](https://github.com/stackabletech/stackablectl).
171+
172+
* Microsoft Windows 10 or above
173+
* Apple MacOS 11 or above
174+
* Ubuntu Linux 22.04 or above (only vendor supported versions are supported)
175+
* RedHat Enterprise Linux 8 and 9 (only vendor supported versions are supported)
176+
* Debian Linux 10 or above (only vendor supported versions are supported)
177+
* SUSE Linux 15.3 or above (only vendor supported versions are supported)

0 commit comments

Comments
 (0)