From 3f0f3d11dff81125a4746e911409745791087efe Mon Sep 17 00:00:00 2001 From: Marco Malavolti <marco.malavolti@garr.it> Date: Fri, 28 Jul 2023 09:56:50 +0200 Subject: [PATCH] Added README for Docker --- README-Docker.rst | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README-Docker.rst diff --git a/README-Docker.rst b/README-Docker.rst new file mode 100644 index 0000000..4d45bfc --- /dev/null +++ b/README-Docker.rst @@ -0,0 +1,39 @@ +================================== +eduGAIN Connectivity Check Service +================================== + +Indice +------ + +#. `Base`_ +#. `Setup dev environment`_ +#. `Authors`_ + +Base +---- + +#. Install `Docker`_ +#. Follow Linux `post-installation`_ steps for Docker Engine. + +Setup dev environment +--------------------- + +#. Install GIT: + + * ``sudo apt install git`` + +#. Clone the ECCS repository: + + * ``git clone git@gitlab.software.geant.org:edugain/eccs.git $HOME/eccs`` + + +Authors +------- + +* `Marco Malavolti`_ +* `Valentin Pocotilenco`_ + +.. _post-installation: https://docs.docker.com/engine/install/linux-postinstall/ +.. _Docker: https://docs.docker.com/engine/install/ +.. _Marco Malavolti: mailto:marco.malavolti@garr.it +.. _Valentin Pocotilenco: mailto:valentin.pocotilenco@renam.md -- GitLab