Difference between revisions of "Documentation/Nightly/Developers/Extensions/Server"
From Slicer Wiki
m |
m |
||
Line 13: | Line 13: | ||
== Server configuration == | == Server configuration == | ||
* Database type: Mysql | * Database type: Mysql | ||
+ | * Plugin installation: Checkout the source of the plugins into the <code>modules</code> folder of your midas installation. |
Revision as of 20:22, 24 February 2014
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.