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 2013/03/19 17:50:41 UTC

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

Author: buildbot
Date: Tue Mar 19 16:50:41 2013
New Revision: 855095

Log:
Staging update by buildbot for rave

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

Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 19 16:50:41 2013
@@ -1 +1 @@
-1455715
+1458403

Modified: websites/staging/rave/trunk/content/documentation/host-configuration.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/host-configuration.html (original)
+++ websites/staging/rave/trunk/content/documentation/host-configuration.html Tue Mar 19 16:50:41 2013
@@ -24,7 +24,7 @@
   <link rel="stylesheet" href="//www.google.com/cse/style/look/default.css"/>
   <link href="/css/bootstrap.min.css" rel="stylesheet"/>
   <link href="/css/rave.css" rel="stylesheet"/>
-  <title>Host configuration</title>
+  <title>Host and port configuration</title>
 	<script>rave={initFunctions:[]};</script>
 </head>
 
@@ -79,7 +79,7 @@
     <header class="row page-header">
       <div class="span9">    
         <img src="/images/RAVE-logo_main-logo.png" class="logo" id="logo" alt="Apache Rave&trade;" />        
-        <h1 class="title">Host configuration</h1>
+        <h1 class="title">Host and port configuration</h1>
       </div>   
       <div class="span3">
         <div id="cse-search-form" class="pull-right">Loading <!-- Placeholder for Google Search Form --></div>
@@ -106,8 +106,8 @@
 <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>
 <ul>
-<li>Make a copy of <a href="http://svn.apache.org/repos/asf/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/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/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/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/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/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/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>