From 6940771720a08f2532c066a20ac37234ac188824 Mon Sep 17 00:00:00 2001
From: j2blake
- In the VIVO home directory, the file called runtime.properties
+ In the VIVO distribution directory, the file called build.properties
contains configuration options for the VIVO application.
You must set some additional parameters so VIVO will be able to communicate with Shindig-ORNG.
- The OpenSocial framework relies on several of the settings in the runtime.properties file,
+ The OpenSocial framework relies on several of the settings in the build.properties and runtime.properties files,
in addition to the ones that are explicitly linked to it.
- Each time you change the settings in runtime.properties, you should re-deploy
+ Each time you change the settings in build.properties or runtime.properties, you should re-deploy
the framework with
+
+
+ These values are used when deploying VIVO as an OpenSocial container
+ and integrating with OpenSocial gadgets
+ (see Step 13, below). If you are creating
+ a VIVO installation that does not use OpenSocial gadgets, these values are omitted.
+
+
+
@@ -938,26 +957,6 @@ issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE com
-
+ OpenSocial.shindigURL
+
+ OpenSocial.tokenService
+ OpenSocial.tokenKeyFile
+ OpenSocial.sandbox
+
+
+
+
-
-
- These values are used when deploying VIVO as an OpenSocial container
- and integrating with OpenSocial gadgets
- (see Step 13, below). If you are creating
- a VIVO installation that does not use OpenSocial gadgets, these values are omitted.
-
-
-
-
diff --git a/doc/setting_up_orng.html b/doc/setting_up_orng.html
index 9f7e59a6..9eb99459 100644
--- a/doc/setting_up_orng.html
+++ b/doc/setting_up_orng.html
@@ -188,7 +188,7 @@ set CATALINA_OPTS=-Dshindig.host=localhost -Dshindig.port=8080 -Djava.awt.headle
- OpenSocial.shindigURL
-
- OpenSocial.tokenService
- OpenSocial.tokenKeyFile
- OpenSocial.sandbox
-
-
-
- I.iv Configure VIVO
@@ -405,7 +405,7 @@ set CATALINA_OPTS=-Dshindig.host=localhost -Dshindig.port=8080 -Djava.awt.headle
@@ -449,7 +449,7 @@ set CATALINA_OPTS=-Dshindig.host=localhost -Dshindig.port=8080 -Djava.awt.headle
@@ -692,11 +692,11 @@ set CATALINA_OPTS=-Dshindig.host=localhost -Dshindig.port=8080 -Djava.awt.headle
III.i. Re-running the deployment script
ant orng
- Restart Tomcat to make this change take effect. + To make this change take effect, re-deploy VIVO and restart Tomcat.