From 4b338145d9d76a5a2eb92f4ca02087f08fc476bb Mon Sep 17 00:00:00 2001 From: p-a-s-c-a-l Date: Thu, 6 Aug 2020 16:55:10 +0200 Subject: [PATCH] #180 draft documentation --- .vscode/settings.json | 10 ++++++++++ README.md | 13 ++++++++++++- csis.code-workspace | 17 +++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json create mode 100644 csis.code-workspace diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..eb56df2 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "spellright.language": [ + "en" + ], + "spellright.documentTypes": [ + "markdown", + "latex", + "plaintext" + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 1260bd5..d8f05f0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # *C*LARTIY *C*limate *S*ervices *I*nformation *S*ystem -Management Project for coordinating the Climate Service co-creation process. High-level tasks ([issues](https://github.com/clarity-h2020/csis/issues)) are defined in this repository and then broken down into concrete implementable issues in different [sub repositories](https://github.com/clarity-h2020/repositories). +Management Project for coordinating the co-creation process of the [CLARITY](https://clarity-h2020.eu/) Climate Services Information System ([CSIS](https://csis.myclimateservice.eu/)). High-level tasks ([issues](https://github.com/clarity-h2020/csis/issues)) are defined in this repository and then broken down into concrete implementable issues in different [sub repositories](https://github.com/clarity-h2020/repositories) and project boards(https://github.com/orgs/clarity-h2020/projects?query=sort%3Aname-asc). + +The CLARTIY CSIS as such consists of a set of docker-containers and is deployed as [production](https://csis.myclimateservice.eu/) and [development](https://csis-dev.myclimateservice.eu/) of two virtual serves managed by [Austrian Institute Of Technology](https://www.ait.ac.at/). + +## CSIS Development System + +The CSIS Development System is deployed at virtual server `csis-dev.ait.ac.at` and is reachable under the URL [csis-dev.myclimateservice.eu](https://csis.myclimateservice.eu/). This consists of the following containers: + +### + + +## CSIS Production System diff --git a/csis.code-workspace b/csis.code-workspace new file mode 100644 index 0000000..aa0733b --- /dev/null +++ b/csis.code-workspace @@ -0,0 +1,17 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "spellright.language": [ + "en" + ], + "spellright.documentTypes": [ + "markdown", + "latex", + "plaintext" + ] + } +} \ No newline at end of file