Difference between revisions of "Documentation/Labs/AutomaticUpdateAndInstallationFramework"

From Slicer Wiki
Jump to: navigation, search
Line 10: Line 10:
 
== Proposed Changed ==
 
== Proposed Changed ==
  
TODO
+
== 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'''
 +
 
  
 
= Notes =
 
= Notes =
Line 28: Line 33:
 
= Related issues =
 
= Related issues =
 
* [http://www.na-mic.org/Bug/view.php?id=2779 2779]: Mechanism to keep track of the installed extensions across version
 
* [http://www.na-mic.org/Bug/view.php?id=2779 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"
 

Revision as of 15:55, 3 May 2016

Home < Documentation < Labs < AutomaticUpdateAndInstallationFramework

Use cases:

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

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


Notes

2016.05.03

  • Serialize what is installed in you current Slicer

Related issues

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