mirror of https://github.com/samply/bridgehead.git
Update README.md
This commit is contained in:
parent
bf3989dcbd
commit
c39518f763
|
@ -80,7 +80,7 @@ Site names should adhere to the following conventions:
|
||||||
|
|
||||||
In order to be able to install, you will need to have your own repository in GitLab for your site's configuration settings. This allows automated updates of the Bridgehead software.
|
In order to be able to install, you will need to have your own repository in GitLab for your site's configuration settings. This allows automated updates of the Bridgehead software.
|
||||||
|
|
||||||
To request a new repository, please send an email to one of the following:
|
To request a new repository, please contact your research network administration or send an email to one of the project specific addresses:
|
||||||
|
|
||||||
- For the bbmri project: bridgehead@helpdesk.bbmri-eric.eu.
|
- For the bbmri project: bridgehead@helpdesk.bbmri-eric.eu.
|
||||||
- For the ccp project: support-ccp@dkfz-heidelberg.de
|
- For the ccp project: support-ccp@dkfz-heidelberg.de
|
||||||
|
@ -88,7 +88,7 @@ To request a new repository, please send an email to one of the following:
|
||||||
Mention:
|
Mention:
|
||||||
- which project you belong to, i.e. "bbmri" or "ccp"
|
- which project you belong to, i.e. "bbmri" or "ccp"
|
||||||
- site name (According to conventions listed above)
|
- site name (According to conventions listed above)
|
||||||
- operator name, email and contact phone
|
- operator name and email
|
||||||
|
|
||||||
We will set the repository up for you. We will then send you:
|
We will set the repository up for you. We will then send you:
|
||||||
|
|
||||||
|
@ -118,9 +118,8 @@ Pay special attention to:
|
||||||
- OPERATOR_FIRST_NAME
|
- OPERATOR_FIRST_NAME
|
||||||
- OPERATOR_LAST_NAME
|
- OPERATOR_LAST_NAME
|
||||||
- OPERATOR_EMAIL
|
- OPERATOR_EMAIL
|
||||||
- OPERATOR_PHONE
|
|
||||||
|
|
||||||
Download the bridghead repository:
|
Clone the bridgehead repository:
|
||||||
```shell
|
```shell
|
||||||
sudo mkdir -p /srv/docker/
|
sudo mkdir -p /srv/docker/
|
||||||
sudo git clone https://github.com/samply/bridgehead.git /srv/docker/bridgehead
|
sudo git clone https://github.com/samply/bridgehead.git /srv/docker/bridgehead
|
||||||
|
|
Loading…
Reference in New Issue