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 2011/07/13 09:26:41 UTC

svn commit: r792620 - /websites/staging/rave/trunk/content/rave/installing/host-configuration.html

Author: buildbot
Date: Wed Jul 13 07:26:41 2011
New Revision: 792620

Log:
Staging update by buildbot

Modified:
    websites/staging/rave/trunk/content/rave/installing/host-configuration.html

Modified: websites/staging/rave/trunk/content/rave/installing/host-configuration.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/installing/host-configuration.html (original)
+++ websites/staging/rave/trunk/content/rave/installing/host-configuration.html Wed Jul 13 07:26:41 2011
@@ -69,17 +69,17 @@
     <h1 class="title">Host configuration</h1>
     <p>The default configuration uses the following URL's:</p>
 <ul>
-<li>Portal: http://localhost:8080/portal</li>
-<li>OpenSocial engine gadgets rendering http://localhost:8080/gadgets</li>
+<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>
 <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>Change the properties 'portal.opensocial_engine.protocol', 'portal.opensocial_engine.root' and/or 'portal.opensocial_engine.gadget_path'</li>
-<li>Set a system property 'portal.override.properties' that points to the location of the custom properties file. <ul>
-<li>File system: 'portal.override.properties=/new/location/of/myportal.properties'</li>
-<li>Classpath: 'portal.override.properties=classpath:myportal.properties'</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>
+<li>Classpath: <code>portal.override.properties=classpath:myportal.properties</code></li>
 </ul>
 </li>
 </ul>
@@ -90,14 +90,14 @@
 <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/shindig/tags/shindig-project-3.0.0-beta2/java/common/conf/shindig.properties">shindig.properties</a> (check if this version is still valid for your release)</li>
 <li>Change the properties that point to localhost, port 8080 or http</li>
-<li>Change the reference in 'shindig.properties' to 'container.js': 'shindig.containers.default=/new/location/of/container.js'</li>
-<li>Set a system property 'shindig.override.properties' that points to the location of the custom properties file. <ul>
-<li>File system: 'shindig.override.properties=/new/location/of/myshindig.properties'</li>
-<li>Classpath: 'shindig.override.properties=classpath:myshindig.properties'</li>
+<li>Change the reference in <code>shindig.properties</code> to <code>container.js</code>: <code>shindig.containers.default=/new/location/of/container.js</code></li>
+<li>Set a system property <code>shindig.override.properties</code> that points to the location of the custom properties file.<ul>
+<li>File system: <code>shindig.override.properties=/new/location/of/myshindig.properties</code></li>
+<li>Classpath: <code>shindig.override.properties=classpath:myshindig.properties</code></li>
 </ul>
 </li>
 </ul>
-<p>Note: if the OpenSocial engine still points to localhost, also set a system property 'shindig.host' to change the host.</p>
+<p>Note: if the OpenSocial engine still points to localhost, also set a system property <code>shindig.host</code> to change the host.</p>
   </div>
 
   <div id="footer">