OSX-SFB1315-portal-initialisation.command 478 B

1234567891011121314
  1. #!/usr/bin/env bash
  2. # this script set gin to work with SFB1315 data portal GIN-Tonic instance.
  3. # add server, named hu
  4. gin add-server --web https://gindata.biologie.hu-berlin.de:443 --git git@gindata.biologie.hu-berlin.de:10022 hu
  5. # if anything goes wrong, you may need to readd the gin default server:
  6. # gin add-server --web https://gin.g-node.org:443 --git git@gin.g-node.org:22 gin
  7. # chose hu server for this computer
  8. gin use-server hu
  9. # login to the data portal
  10. gin login