Browse Source

first draft initialisation script for new instance of gintonic

julien colomb 3 years ago
parent
commit
76f1bf87bc

+ 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