Added hints for non-Linux sites

This commit is contained in:
Croft 2022-10-31 14:27:36 +01:00
parent 1e43c4faff
commit 4eec35b5bb
1 changed files with 19 additions and 1 deletions

View File

@ -23,6 +23,7 @@ TOC
- [Locally Managed Secrets](#locally-managed-secrets) - [Locally Managed Secrets](#locally-managed-secrets)
- [Git Proxy Configuration](#git-proxy-configuration) - [Git Proxy Configuration](#git-proxy-configuration)
- [Docker Daemon Proxy Configuration](#docker-daemon-proxy-configuration) - [Docker Daemon Proxy Configuration](#docker-daemon-proxy-configuration)
- [Non-Linux OS](#non-linux-os)
5. [License](#license) 5. [License](#license)
## Requirements ## Requirements
@ -37,7 +38,7 @@ For running your Bridgehead we recommend the follwing Hardware:
### System ### System
You must install the Bridgehead under a Linux operating system. You will need root (administrator) priveleges on this machine in order to perform the deployment. You must install the Bridgehead under a Linux operating system (but see the section [Non-Linux OS](#non-linux-os)). You will need root (administrator) priveleges on this machine in order to perform the deployment.
The following software should be installed: The following software should be installed:
@ -273,6 +274,23 @@ sudo systemctl daemon-reload;
sudo systemctl restart docker; sudo systemctl restart docker;
``` ```
### Non-Linux OS
The installation procedures described above have only been tested under Linux.
Below are some suggestions for getting the installation to work on other operating systems. Note that we are not able to provide support for these routes!
We believe that it is likely that installation would also work with FreeBSD and MacOS.
Under Windows, you have 2 options:
- Virtual machine
- WSL
We have tested the installation procedure in Ubuntu 22.04 on a VMware virtual machine. That worked flawlessly.
Installation under WSL ought to work, but we have not tested this.
## License ## License
Copyright 2019 - 2022 The Samply Community Copyright 2019 - 2022 The Samply Community