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

svn commit: r793681 - in /websites/production/rave: ./ content/rave/documentation/host-configuration.html content/rave/release-process.html

Author: ate
Date: Wed Aug  3 21:58:17 2011
New Revision: 793681

Log:
Publishing merge to rave site by ate

Modified:
    websites/production/rave/   (props changed)
    websites/production/rave/content/rave/documentation/host-configuration.html
    websites/production/rave/content/rave/release-process.html

Propchange: websites/production/rave/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Aug  3 21:58:17 2011
@@ -1 +1 @@
-/websites/staging/rave/trunk:787226-792627
+/websites/staging/rave/trunk:787226-793680

Modified: websites/production/rave/content/rave/documentation/host-configuration.html
==============================================================================
--- websites/production/rave/content/rave/documentation/host-configuration.html (original)
+++ websites/production/rave/content/rave/documentation/host-configuration.html Wed Aug  3 21:58:17 2011
@@ -88,6 +88,7 @@
 <h2 id="override_opensocial_engine_configuration">Override OpenSocial engine configuration</h2>
 <p>The OpenSocial engine (Shindig) has several locations for the host, port and gadget context path.</p>
 <ul>
+<li>Change setting of <code>shindig.host</code> (inside <code>cargo</code> container configuration section) in <a href="http://svn.apache.org/repos/asf/incubator/rave/trunk/rave-portal/pom.xml">rave-portal/pom.xml</a> to point to your host. </li>
 <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>
@@ -98,7 +99,6 @@
 </ul>
 </li>
 </ul>
-<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">

Modified: websites/production/rave/content/rave/release-process.html
==============================================================================
--- websites/production/rave/content/rave/release-process.html (original)
+++ websites/production/rave/content/rave/release-process.html Wed Aug  3 21:58:17 2011
@@ -114,7 +114,8 @@
 <p><em>Do not use Eclipse to do the checkout. The extra dot (.) files created by Eclipse throws off the rat:check processing.</em></p>
 </li>
 <li>
-<p>Use <code>mvn -P pedantic verify</code> to verify the source has the required headers before trying to release.</p>
+<p>Verify the source has the required license headers before trying to release:</p>
+<p>$ mvn -P pedantic verify -DskipTests</p>
 </li>
 <li>
 <p>Do a dry run of the release:prepare step:<br />