diff --git a/README-Docker.rst b/README-Docker.rst new file mode 100644 index 0000000000000000000000000000000000000000..4d45bfc6b96af9e299e29db8bce2c0d37524e254 --- /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