You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2012/03/23 10:08:29 UTC

svn commit: r809689 - in /websites/staging/rave/trunk/content: ./ rave/documentation/host-configuration.html

Author: buildbot
Date: Fri Mar 23 09:08:28 2012
New Revision: 809689

Log:
Staging update by buildbot for rave

Modified:
    websites/staging/rave/trunk/content/   (props changed)
    websites/staging/rave/trunk/content/rave/documentation/host-configuration.html

Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar 23 09:08:28 2012
@@ -1 +1 @@
-1302508
+1304239

Modified: websites/staging/rave/trunk/content/rave/documentation/host-configuration.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/documentation/host-configuration.html (original)
+++ websites/staging/rave/trunk/content/rave/documentation/host-configuration.html Fri Mar 23 09:08:28 2012
@@ -73,10 +73,10 @@
 <li>Portal: <a href="http://localhost:8080/portal">http://localhost:8080/portal</a></li>
 <li>Base URL for rendering OpenSocial gadgets http://localhost:8080/gadgets</li>
 </ul>
-<h2 id="override_portal_configuration">Override portal configuration</h2>
+<h2 id="override-portal-configuration">Override portal configuration</h2>
 <p>First configure the portal to call a different URL for the OpenSocial engine:</p>
 <ul>
-<li>Make a copy of <a href="http://svn.apache.org/repos/asf/incubator/rave/trunk/rave-portal/src/main/resources/portal.properties">portal.properties</a></li>
+<li>Make a copy of <a href="http://svn.apache.org/repos/asf/incubator/rave/trunk/rave-portal-resources/src/main/resources/portal.properties">portal.properties</a></li>
 <li>Change the properties <code>portal.opensocial_engine.protocol</code>, <code>portal.opensocial_engine.root</code> and/or <code>portal.opensocial_engine.gadget_path</code></li>
 <li>Set a system property <code>portal.override.properties</code> that points to the location of the custom properties file.<ul>
 <li>File system: <code>portal.override.properties=/new/location/of/myportal.properties</code></li>
@@ -85,10 +85,10 @@
 </li>
 </ul>
 <p>After a (re)start of Tomcat, the portal will now try to fetch gadget rendering data from your configured location.</p>
-<h2 id="override_opensocial_engine_configuration">Override OpenSocial engine configuration</h2>
+<h2 id="override-opensocial-engine-configuration">Override OpenSocial engine configuration</h2>
 <ul>
-<li>Make a copy of <a href="http://svn.apache.org/repos/asf/shindig/tags/shindig-project-3.0.0-beta2/config/container.js">container.js</a> (check if this version is still valid for your release)</li>
-<li>Make a copy of <a href="http://svn.apache.org/repos/asf/incubator/rave/trunk/rave-shindig/src/main/resources/rave.shindig.properties">rave.shindig.properties</a></li>
+<li>Make a copy of <a href="http://svn.apache.org/repos/asf/incubator/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/src/main/webapp/WEB-INF/classes/containers/default/container.js">container.js</a> (check if this version is still valid for your release)</li>
+<li>Make a copy of <a href="http://svn.apache.org/repos/asf/incubator/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/src/main/resources/rave.shindig.properties">rave.shindig.properties</a></li>
 <li>Change the reference in <code>rave.shindig.properties</code> to <code>container.js</code>: <code>shindig.containers.default=/new/location/of/container.js</code></li>
 <li>Change the properties that point to localhost, port 8080 or http</li>
 <li>Set a system property <code>rave-shindig.override.properties</code> that points to the location of the custom properties file.<ul>