소스 검색

first draft initialisation script for new instance of gintonic

julien colomb 3 년 전
부모
커밋
76f1bf87bc
2개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      initiation_scripts/SFB1315-portal-initialisation.bat
  2. 11 0
      initiation_scripts/SFB1315-portal-initialisation.command

+ 11 - 0
initiation_scripts/SFB1315-portal-initialisation.bat

@@ -0,0 +1,11 @@
+
+:: this script set gin to work with SFB1315 data portal GIN-Tonic instance.
+
+:: add server, named hu
+gin add-server --web https://gindata.biologie.hu-berlin.de:443 --git git@gindata.biologie.hu-berlin.de:10022 hu
+
+:: chose hu server for this computer
+gin use-server hu
+
+:: login to the data portal
+gin login

+ 11 - 0
initiation_scripts/SFB1315-portal-initialisation.command

@@ -0,0 +1,11 @@
+#!/usr/bin/env bash
+# this script set gin to work with SFB1315 data portal GIN-Tonic instance.
+
+# add server, named hu
+gin add-server --web https://gindata.biologie.hu-berlin.de:443 --git git@gindata.biologie.hu-berlin.de:10022 hu
+
+# chose hu server for this computer
+gin use-server hu
+
+# login to the data portal
+gin login