-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86edaff
commit 4b33814
Showing
3 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"spellright.language": [ | ||
"en" | ||
], | ||
"spellright.documentTypes": [ | ||
"markdown", | ||
"latex", | ||
"plaintext" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} |