Skip to content
Snippets Groups Projects
Verified Commit 6fb745eb authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

update url in all cards

parent 2e1cf156
No related branches found
No related tags found
2 merge requests!277[release] Regular merge of develop,!260Update url
Pipeline #44503 passed
......@@ -9,7 +9,7 @@ redirect_from:
# LUMS account
In addition to the standard university account, LCSB researchers and external collaborators are provided with the LUMS (LCSB User Management System) account.
This serves for internal authentication for resources provided by the LCSB, e.g. LCSB hosted [GitLab](https://git-r3lab.uni.lu), LCSB [OwnCloud](https://owncloud.lcsb.uni.lu) storage or access to virtual machines.
This serves for internal authentication for resources provided by the LCSB, e.g. LCSB hosted [GitLab](https://gitlab.lcsb.uni.lu), LCSB [OwnCloud](https://owncloud.lcsb.uni.lu) storage or access to virtual machines.
## Requesting LUMS account
......
......@@ -13,8 +13,8 @@ Several git clients are presented [here](https://howto.lcsb.uni.lu/?contribute:g
For most of the git clients, `git` is actually required to be installed on the system. You can find installers for Windows, MacOS and Linux on the [Git webpage](https://git-scm.com/downloads).
If you are using Visual Studio Code, and if you want to contribute to a repository hosted on the [LCSB Gitlab](https://git-r3lab.uni.lu), you will need to verify the host key first before you are able to clone or push to a repository. For this, open a terminal (on Linux or macOS) or Git Bash (on Windows), and type:
If you are using Visual Studio Code, and if you want to contribute to a repository hosted on the [LCSB Gitlab](https://gitlab.lcsb.uni.lu), you will need to verify the host key first before you are able to clone or push to a repository. For this, open a terminal (on Linux or macOS) or Git Bash (on Windows), and type:
```bash
ssh git@git-r3lab-server.uni.lu -p8022
ssh git@gitlab.lcsb.uni.lu -p8022
```
Then, press Enter and type `yes`. This will add the git-r3lab server to the known hosts on your system.
\ No newline at end of file
......@@ -82,7 +82,7 @@ If you need more details on how to do this, refer to the [corresponding howto-ca
<img src="img/visual-code_img_15.png">
- Choose origin/"your gitlab user name"
- Open git-r3lab: https://git-r3lab.uni.lu/
- Open git-r3lab: https://gitlab.lcsb.uni.lu/
<img src="img/visual-code_img_16.png">
......
......@@ -70,7 +70,7 @@ directly with your collaborators by following [these instructions](https://howto
## Development of code
Use the [LCSB R3 Gitlab](https://git-r3lab.uni.lu) to develop and share code.
Use the [LCSB R3 Gitlab](https://gitlab.lcsb.uni.lu) to develop and share code.
## Forwarding phone calls
......
......@@ -238,4 +238,4 @@ The **consistency** is much more important than your preferred naming.
* Jenny Brian's [slides](https://speakerdeck.com/jennybc/how-to-name-files) on "Naming things" from Reproducible Science Workshop, Duke, 2015
* Semantic versioning - [semverdoc.org](https://semverdoc.org/)
* LCSB *IT101* training [presentation](https://git-r3lab.uni.lu/R3/howto-cardsrds/uploads/738930b9a533a2f308cc62c431d9246f/it101.html)
* LCSB *IT101* training [presentation](https://gitlab.lcsb.uni.lu/R3/howto-cardsrds/uploads/738930b9a533a2f308cc62c431d9246f/it101.html)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment