From 7c962dfb51644758873b227378ee96285f62c619 Mon Sep 17 00:00:00 2001 From: Stefano Alberto Russo <stefano.russo@gmail.com> Date: Sun, 10 Apr 2022 22:15:49 +0200 Subject: [PATCH] Added computing resources requirements. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3ccd9f0..181737e 100755 --- a/README.md +++ b/README.md @@ -131,6 +131,15 @@ Run Web App unit tests (with Rosetta running) $ rosetta/logs webapp server $ rosetta/test + + +### Computing resources requirements + +Ensure that computing resource have: + + - a container engine or wms available (of course); + - Python installed and callable with the "python" executable or the agent will fail; + - Bash as default shell for ssh-based computign resources. ## Known issues -- GitLab