From a1ef7c5672b76afc42f39ff0a7acf5fb57db67d4 Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Mon, 18 Dec 2023 09:48:39 -0800 Subject: [PATCH] doc: add test server section to README (#3657) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 80a6f264..431f8df4 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,13 @@ py.test --flakes archive py.test --pep8 archive ``` +### Test Server + +Follow these instructions to deploy a containerized version of the system on a test server. + +- Download release tarbal from GitHub and extract +- run ./docker/run-dev + ### Notes on Infrastructure This section describes some of the parts of the system that aren't obvious.