Skip to content
Olivier Guyot edited this page Aug 29, 2018 · 13 revisions

Steps to work on the MGDI instance:

  • Contact SwissTopo to have access (paulo.amado@swisstopo.ch)
  • Get dockerized AppGate image (https://github.com/geoadmin/docker-appgate)
  • Launch appgate.sh
  • Server: appg.admin.ch
    • first connection with:
      • method: password
      • login: Firstlogin
      • pass: Firstloginpassword
    • second connection with:
      • method: Chain-Pwd-2Fact
      • login: bgdi_ctoc_...
      • pass: ...
  • Double-click on the BGDI icon
  • Connection/Preferences, check "show access details tab"

The current production server is geocat_lt_admin_ch_22:

  • OS is debian stretch
  • package deploy version is 0.4
  • IP and port can change but is usually 127.0.0.2x / 2022; see AppGate access details tab
  • Tomcat runs on 8700 port
  • to access the catalog locally, use: ssh 127.0.0.2x -p 2022 -L8700:127.0.0.1:8700
    and then open http://localhost:8700/geonetwork

There is currently no development or integration environment for MGDI. The INT environment of BGDI is used for customer reviews.

The MGDI catalog uses the mgdi_3.4.x branch. This branch has just a few commits of difference from BGDI, and should be rebased before any new deploy. The branch also has a different Jenkins pipeline that will simply build a geonetwork.war artifact.

The MGDI instance should be updated with the last build artifact on the first BGDI deploy of the month.

Clone this wiki locally