diff --git a/doc/setting_up_orng.html b/doc/setting_up_orng.html index 15230ec0..4ecf36f4 100644 --- a/doc/setting_up_orng.html +++ b/doc/setting_up_orng.html @@ -59,6 +59,7 @@
TBD
+ ++ If you decide not to use OpenSocial gadgets in your VIVO installation, + there are several ways to deactivate them, depending on how firm your decision is, + and how thorough you wish to be. +
+ ++ You can disable any or all of the installed gadgets + by setting the enabled flag in orng_apps to zero + (see section II.i. The orng_apps database table). +
+ ++ To make this change take effect, restart Tomcat, or clear the OpenSocial cache + (see section III.ii. Resetting the gadget cache). +
+ ++ Disabling the gadgets, as above, will remove essentially all of the OpenSocial processing + within VIVO. To remove the remainder of it, you can disable the connection between + VIVO and the OpenSocial service. Do this by removing or commenting + the OpenSocial properties in deploy.properties + (see section I.iv. Configure VIVO). +
+ ++ To make this change take effect, re-deploy VIVO and restart Tomcat. +
+ ++ Disabling the connection, as above, will remove all of the OpenSocial processing + from your VIVO requests. However, you may still see that Tomcat takes longer to + start up, and requires more memory. +
+ ++ To remove the OpenSocial webapp from Tomcat, +
+ To remove all traces of OpenSocial from your VIVO installation, you should take the steps + outlined above, and also: +
+ These steps will have no appreciable effect on the operation of VIVO, Tomcat, or MySQL. + However, if these artifacts are not removed they could be a source of puzzlement for + future VIVO maintainers. +
+