From 0f54516b38934709020a8462d6b73d6646cdeceb Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 17 Jun 2021 11:45:54 -0400 Subject: [PATCH 1/2] List platforms that developers regularly run the dev env --- tools/docker-compose/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/docker-compose/README.md b/tools/docker-compose/README.md index 5e985b6d6d..d042e02d1d 100644 --- a/tools/docker-compose/README.md +++ b/tools/docker-compose/README.md @@ -37,6 +37,16 @@ Notable files: - [Docker Compose](https://docs.docker.com/compose/install/). - [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) will need to be installed as we use it to template files needed for the docker-compose. +### Tested Operating Systems + +The docker-compose development environment is regularly used and should work on x86_64 systems running: +- Fedora (maintained versions) +- Ubuntu LTS (18, 20) +- Red Hat Enterprise Linux 8, CentOS Stream 8 +- Mac OS X + +Use on other platforms is untested, and may require local changes. + ## Configuration In the [`inventory` file](../inventory), set your `pg_password`, `broadcast_websocket_secret`, `secret_key`, and any other settings you need for your deployment. From bdf753ce23f549e2a436c42a7d61d23e167fede7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 17 Jun 2021 11:56:29 -0400 Subject: [PATCH 2/2] Update tools/docker-compose/README.md Co-authored-by: Shane McDonald --- tools/docker-compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker-compose/README.md b/tools/docker-compose/README.md index d042e02d1d..31bd5d0978 100644 --- a/tools/docker-compose/README.md +++ b/tools/docker-compose/README.md @@ -43,7 +43,7 @@ The docker-compose development environment is regularly used and should work on - Fedora (maintained versions) - Ubuntu LTS (18, 20) - Red Hat Enterprise Linux 8, CentOS Stream 8 -- Mac OS X +- macOS 11 Use on other platforms is untested, and may require local changes.