From 83ac2d3cb431df2e879a5877de39093e318ca0cc Mon Sep 17 00:00:00 2001 From: Anne Fouilloux Date: Tue, 18 Jun 2024 21:29:31 +0200 Subject: [PATCH] add info to clone repo --- docs/intro.md | 2 +- docs/setup/users-getting-started.md | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 8c371c9..1d8aede 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -85,5 +85,5 @@ Before starting this tutorial, learners should have: ## Set up -If you are participating in this training as part of the GEO-OPEN-HACK-2024, you will need to register yourself to [Pangeo@EOSC](https://pangeo-data.github.io/pangeo-eosc/). The set up instructions are given at [getting started with Pangeo@EOSC](https://pangeo-data.github.io/geo-open-hack-2024/users-getting-started.html). +If you are participating in this training as part of the GEO-OPEN-HACK-2024, you will need to register yourself to [Pangeo@EOSC](https://pangeo-data.github.io/pangeo-eosc/). The set up instructions are given at [getting started with Pangeo@EOSC](https://pangeo-data.github.io/geo-open-hack-2024/setup/users-getting-started.html). diff --git a/docs/setup/users-getting-started.md b/docs/setup/users-getting-started.md index 992071a..6b723a1 100644 --- a/docs/setup/users-getting-started.md +++ b/docs/setup/users-getting-started.md @@ -48,11 +48,14 @@ You can create, access and manage your buckets from the minIO console (or use [m In addition to the MinIO console, the API end point is `https://pangeo-eosc-minioapi.vm.fedcloud.eu/` for those who prefer to interact with MinIO via the API. -## Support +## Clone the github repository -If you need support, please open an [issue](https://github.com/pangeo-data/geo-open-hack-2024/issues). +To get a local copy of the `geo-open-hack-2024` repository, you can clone it on your local computer and/or server: -## How to acknowledge Pangeo-EOSC +``` +git clone https://github.com/pangeo-data/geo-open-hack-2024.git +``` -[Pangeo-EOSC](https://github.com/pangeo-data/pangeo-eosc/) has benefited from services and resources provided by the [EGI-ACE project](https://www.egi.eu/project/egi-ace/) (funded by the European Union’s Horizon 2020 research and innovation programme under Grant Agreement no. 101017567), and the [C-SCALE project](https://c-scale.eu/) (funded by the European Union's Horizon 2020 research and innovation programme under grant agreement no. 101017529), with the dedicated support of [CESNET](https://www.cesnet.cz/en/). +## Support +If you need support, please open an [issue](https://github.com/pangeo-data/geo-open-hack-2024/issues).