Difference between revisions of "Documentation/Nightly/Developers/Extensions/Server"
From Slicer Wiki
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:// | + | * 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 -> Application Settings -> 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
- The authoritative slicer extensions server is http://slicer.kitware.com/midas3
- An extensions server is a MIDAS instance having the plugins
slicerpackages
andslicerappstore
installed.
- 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
.
Server configuration
- Database type: Mysql
- Plugin installation: Checkout the source of the plugins into the
modules
folder of your midas installation.