Difference between revisions of "Documentation/Labs/AutomaticUpdateAndInstallationFramework"

From Slicer Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
Use cases:
 
Use cases:
* New Slicer version installed locally should be updated with the list of extension previously installed.
+
* New Slicer version installed locally should be updated with the list of extensions previously installed.
 
* Self update of Slicer
 
* Self update of Slicer
  
Line 10: Line 10:
  
 
* User Interface
 
* User Interface
 
 
** [[Documentation/4.5/SlicerApplication/ExtensionsManager|Extensions Manager]] is a Slicer dialog allowing the user to Search, Install, Remove and disable extensions.
 
** [[Documentation/4.5/SlicerApplication/ExtensionsManager|Extensions Manager]] is a Slicer dialog allowing the user to Search, Install, Remove and disable extensions.
 
** [[Documentation/Nightly/Modules/ExtensionWizard|ExtensionWizard module]]: This is a Slicer module providing a graphical interface within Slicer to aid in the creation of Slicer extensions.
 
** [[Documentation/Nightly/Modules/ExtensionWizard|ExtensionWizard module]]: This is a Slicer module providing a graphical interface within Slicer to aid in the creation of Slicer extensions.

Revision as of 16:38, 3 May 2016

Home < Documentation < Labs < AutomaticUpdateAndInstallationFramework


Overview

Use cases:

  • New Slicer version installed locally should be updated with the list of extensions previously installed.
  • Self update of Slicer

Terminology

  • User Interface
    • Extensions Manager is a Slicer dialog allowing the user to Search, Install, Remove and disable extensions.
    • ExtensionWizard module: This is a Slicer module providing a graphical interface within Slicer to aid in the creation of Slicer extensions.

Keep track of the installed extensions across version

Current Process

Proposed Changed

Progress

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

Meta issue:

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

Completed

NA


Notes

2016.05.03

  • Serialize what is installed in you current Slicer