Difference between revisions of "Documentation/Nightly/Developers/Extensions/Server"

From Slicer Wiki
Jump to: navigation, search
m
Line 6: Line 6:
 
* An extensions server is a [http://www.midasplatform.org/ MIDAS] instance having the plugins <code>[https://github.com/midasplatform/slicerpackages slicerpackages]</code> and <code>[https://github.com/midasplatform/slicerappstore slicerappstore]</code> installed.
 
* An extensions server is a [http://www.midasplatform.org/ MIDAS] instance having the plugins <code>[https://github.com/midasplatform/slicerpackages slicerpackages]</code> and <code>[https://github.com/midasplatform/slicerappstore slicerappstore]</code> installed.
  
* Assuming you [http://www.kitware.com/midaswiki/index.php/Documentation/Latest/User/Introduction install your own extensions server], it is possible to manage, serve and distribute extensions yourself. As depicted on the image below, Slicer users will have to set a different extensions server in <code>Edit -&gt; Application Settings -&gt; Extensions</code>.
+
* Assuming you [http://midas-server.readthedocs.org/en/latest/ install your own extensions server], it is possible to manage, serve and distribute extensions yourself. As depicted on the image below, Slicer users will have to set a different extensions server in <code>Edit -&gt; Application Settings -&gt; Extensions</code>.
  
 
[[Image:Slicer-r20312-Extensions-Settings.png|frame|none|alt=|Slicer Extensions settings]]
 
[[Image:Slicer-r20312-Extensions-Settings.png|frame|none|alt=|Slicer Extensions settings]]

Revision as of 14:36, 26 April 2016

Home < Documentation < Nightly < Developers < Extensions < Server


For the latest Slicer documentation, visit the read-the-docs.


Extensions server

  • Assuming you install your own extensions server, it is possible to manage, serve and distribute extensions yourself. As depicted on the image below, Slicer users will have to set a different extensions server in Edit -> Application Settings -> Extensions.
Slicer Extensions settings


Server configuration

  • Database type: Mysql
  • Plugin installation: Checkout the source of the plugins into the modules folder of your midas installation.