Merge branch 'feature/general_update' into 'master'
README and Zenodo updates See merge request cara/caimira!414
This commit is contained in:
commit
b51e6c6d07
2 changed files with 59 additions and 2 deletions
57
.zenodo.json
Normal file
57
.zenodo.json
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"creators": [
|
||||
{
|
||||
"affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland",
|
||||
"name": "Andre Henriques",
|
||||
"orcid": "0000-0003-1521-3423"
|
||||
},
|
||||
{
|
||||
"affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland",
|
||||
"name": "Nicolas Mounet",
|
||||
"orcid": "0000-0002-1433-1017"
|
||||
},
|
||||
{
|
||||
"affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland",
|
||||
"name": "Luis Aleixo",
|
||||
"orcid": "0000-0002-8829-6509"
|
||||
},
|
||||
{
|
||||
"affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland",
|
||||
"name": "Philip Elson",
|
||||
"orcid": "0000-0001-6360-749X"
|
||||
},
|
||||
{
|
||||
"affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland",
|
||||
"name": "James Devine",
|
||||
"orcid": "0000-0002-2019-1532"
|
||||
},
|
||||
{
|
||||
"affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland",
|
||||
"name": "Gabriella Azzopardi",
|
||||
"orcid": "0000-0001-7257-7827"
|
||||
},
|
||||
{
|
||||
"affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland",
|
||||
"name": "Marco Andreini",
|
||||
"orcid": "0000-0001-8474-4397"
|
||||
},
|
||||
{
|
||||
"affiliation": "NTNU (Norwegian University of Science and Technology), Torgarden, Norway",
|
||||
"name": "Markus Rognlien"
|
||||
},
|
||||
{
|
||||
"affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland",
|
||||
"name": "Nicola Tarocco",
|
||||
"orcid": "0000-0002-2227-1229"
|
||||
},
|
||||
{
|
||||
"affiliation": "Respiratory Sciences, University of Leicester, Leicester, UK",
|
||||
"name": "Julian Tang",
|
||||
"orcid": "0000-0002-4963-1028"
|
||||
}
|
||||
],
|
||||
"license": {
|
||||
"id": "Apache-2.0"
|
||||
},
|
||||
"title": "CAiMIRA - CERN Airborne Model for Risk Assessment"
|
||||
}
|
||||
|
|
@ -151,7 +151,7 @@ docker build . -f ./app-config/caimira-webservice/Dockerfile -t caimira-webservi
|
|||
docker build ./app-config/auth-service -t auth-service
|
||||
```
|
||||
|
||||
Get the client secret from the CERN Application portal for the `caimira-test` app. See [CERN-SSO-integration](#CERN-SSO-integration) for more info.
|
||||
Get the client secret from the CERN Application portal for the `caimira-test` app. See [CERN-SSO-integration](#cern-sso-integration) for more info.
|
||||
```
|
||||
read CLIENT_SECRET
|
||||
```
|
||||
|
|
@ -175,7 +175,7 @@ Then visit http://localhost:8080/.
|
|||
|
||||
### Setting up the application on openshift
|
||||
|
||||
The https://cern.ch/caimira application is running on CERN's OpenShift platform. In order to set it up for the first time, we followed the documentation at https://cern.service-now.com/service-portal?id=kb_article&n=KB0004498. In particular we:
|
||||
The https://cern.ch/caimira application is running on CERN's OpenShift platform. In order to set it up for the first time, we followed the documentation at https://paas.docs.cern.ch/. In particular we:
|
||||
|
||||
* Added the OpenShift application deploy key to the GitLab repository
|
||||
* Created a Python 3.6 (the highest possible at the time of writing) application in OpenShift
|
||||
|
|
|
|||
Loading…
Reference in a new issue