Skip to content

Deploy to Kumu

Michael Ruminer edited this page Mar 16, 2021 · 5 revisions

Steps for deploying map from csv files to kumu mapping software

Introduction

This document will outline the artifacts required to deploy to kumu and the high level steps to perform to get a new version deployed.

Artifacts Required

  • /diagrams/vc-spec-map/kumu-vc-spec-map-definition.json
  • /diagrams/vc-spec-map/vc-spec-map-elements.csv
  • /diagrams/vc-spec-map/vc-spec-map-connections.csv

Deployment Steps

  1. Log into the appropriate kumu workspace- https://kumu.io
  2. Create a workspace backup by creating a .json export. This exports all existing formatting and data and can be reimported if the deploy goes sour for some reason.
  3. Choose a map that contains all data elements.
  4. Select all elements on the map (press "A") and delete them with delete or backspace button; confirm deletion
  5. Check the data tables and confirm there are no elements listed.
  6. If any elements remains delete the rows in the table or find the view on which they exist and delete them the same way prior elements were deleted
  7. (optional) Go into the workspace admin screen and delete the trash. This may only be an option if you are the owner of the kumu workspace.
  8. Import the vc-spec-map-elements.csv file.
  9. Import the vc-spec-map-connections.csv file.
  10. Import the kumu-vc-spec-map-definition.json file.
  11. After importing the kumu-vc-spec-map-definition.json file expand out the left hand information panel and click to save the changes from the imported definition file.
  12. (Optional but recommended) For the default view specifically but a nice to have on all the views go into the advanced editor in the kumu interface and add the version number to the title control value and save. e.g. change "Verifiable Credentials Specification Map" to "Verifiable Credentials Specification Map v1.4.3";
  13. Confirm that the map and views render and appear as expected.

Clone this wiki locally