From 0e5bbd6f2bdad25828b242b4231a8ad66840bca7 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 7 Oct 2021 10:08:11 +0200 Subject: [PATCH] L2SS-434: Added dependencies --- docs/source/usage/installation.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/usage/installation.rst b/docs/source/usage/installation.rst index 48f94fdd9..b2d8f763a 100644 --- a/docs/source/usage/installation.rst +++ b/docs/source/usage/installation.rst @@ -1,6 +1,13 @@ Installation ================== +You will need the following dependencies installed: + +- docker +- docker-compose +- git +- make + You start with checking out the source code, f.e. the master branch, as well as the git submodules we use:: git clone https://git.astron.nl/lofar2.0/tango.git @@ -34,7 +41,7 @@ You should see the following state: If not, you can inspect why with `docker logs <container>`. Note that the containers will automatically be restarted on failure, and also if you reboot. Stop them explicitly to bring them down (`make stop <container>`). -Initialisation +Post-boot Initialisation ---------------- The following procedure describes how to initialise the system, which is required after installation and after a system reboot. -- GitLab