Skip to content

Commit

Permalink
#180 draft documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
p-a-s-c-a-l committed Aug 6, 2020
1 parent 86edaff commit 4b33814
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions csis.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}
}

0 comments on commit 4b33814

Please sign in to comment.