Documentation/Labs/AutomaticUpdateAndInstallationFramework

From Slicer Wiki
Jump to: navigation, search
Home < Documentation < Labs < AutomaticUpdateAndInstallationFramework

Use cases:

  • new version installed locally should be updated with the list of extension previously installed
  • self update of Slicer

Notes from 2016.05.03

  • Serialize what is installed in you current Slicer

Related issues

  • 2779: Mechanism to keep track of the installed extensions across version

Todo

  • Extract list of extensions installed. Look at npm for the format.
  • Extension manager:
    • Update ExtensionManageModel API so that "list" can be processed
    • Update entry "Install Extension from file" to "Install Extensions from file" and support "tar.gz", ".json"