Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
-
None
-
i2b2 Web Client
Description
A new “plugin installer” has been developed to assist administrators with the process of installing and configuring plugins for their i2b2 Web Client. This plugin installer is an optional component that can be used with the 1.7.07 version of the i2b2 Web Client. It will not work with earlier versions.
Since the installer is an optional component we have added a new configurable parameter, called ‘installer:’ to the i2b2_config_data.js file. This new parameter will allow those sites that want to use the installer to configure it for their i2b2 Web Client.
The i2b2_config_data.js file will contain the “installer parameter” but it will be commented out by default. If you want to use it simply remove the slashes that appear in front of it and update the value to be the location of where the plugin installer is located.
Example:
installer: “/plugin_installer/”,
Since the installer is an optional component we have added a new configurable parameter, called ‘installer:’ to the i2b2_config_data.js file. This new parameter will allow those sites that want to use the installer to configure it for their i2b2 Web Client.
The i2b2_config_data.js file will contain the “installer parameter” but it will be commented out by default. If you want to use it simply remove the slashes that appear in front of it and update the value to be the location of where the plugin installer is located.
Example:
installer: “/plugin_installer/”,