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

From Slicer Wiki
Jump to: navigation, search
(moved to readthedocs)
Tag: 2017 source edit
 
Line 1: Line 1:
 
<noinclude>{{documentation/versioncheck}}</noinclude>
 
<noinclude>{{documentation/versioncheck}}</noinclude>
<noinclude>
 
= Extensions server =</noinclude>
 
* The authoritative slicer extensions server is http://slicer.kitware.com/midas3
 
  
* 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.
+
{{documentation/banner
 
+
| text  = [https://slicer.readthedocs.io/en/latest/developer_guide/extensions.html#extensions-server This page has been moved to read-the-docs.]
* 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>.
+
| background-color = 8FBC8F }}
 
 
[[Image:Slicer-r20312-Extensions-Settings.png|frame|none|alt=|Slicer Extensions settings]]
 
 
 
 
 
== Server configuration ==
 
* Database type: Mysql
 
* Plugin installation: Checkout the source of the plugins into the <code>modules</code> folder of your midas installation.
 

Latest revision as of 06:35, 2 September 2021

Home < Documentation < Nightly < Developers < Extensions < Server