You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by jm...@apache.org on 2005/05/25 23:29:41 UTC

svn commit: r178534 - /portals/site/xdocs/development/documentation.xml

Author: jmacna
Date: Wed May 25 14:29:39 2005
New Revision: 178534

URL: http://svn.apache.org/viewcvs?rev=178534&view=rev
Log:
Fixes PORTALS-6: Document how to publish website

Modified:
    portals/site/xdocs/development/documentation.xml

Modified: portals/site/xdocs/development/documentation.xml
URL: http://svn.apache.org/viewcvs/portals/site/xdocs/development/documentation.xml?rev=178534&r1=178533&r2=178534&view=diff
==============================================================================
--- portals/site/xdocs/development/documentation.xml (original)
+++ portals/site/xdocs/development/documentation.xml Wed May 25 14:29:39 2005
@@ -157,6 +157,31 @@
       <li><strong>Thank you for helping out!</strong></li>
     </ol>
   </subsection>
+  <subsection name="How to Publish the Web Site">
+  <p> This section is for committers on the Portals project.</p>
+  <ol>
+  <li>Follow the directions above. In summary:
+  	<ol>
+  		<li><strong>Check out the source</strong> from the SVN Repository.</li>
+  		<li><strong>Generate the site </strong> with Maven.</li>
+  		<li><strong>Create an issue</strong> in JIRA to give the work visibility, if needed.</li>
+  		<li><strong>Modify the source files</strong>, as necessary.</li>
+  		<li><strong>Re-generate the site</strong> as needed to verify your changes.</li>
+  		</ol>
+  		</li>
+  	<li>Then, in addition:
+  	<ol>
+  	<li><strong>Update /www/portals.apache.org</strong>
+  	which is on people.apache.org. Make sure the file permissions are group writeable (portals group).
+  	The contents of this directory are replicated to 
+  	the live site every 4 hours.
+  	</li>
+  	<li><strong>Commit Your Changes </strong> to the SVN Repository.</li>
+  	<li><strong>Resolve the issue</strong> in <a href="../issue-tracking.html">JIRA</a>, as needed.</li>
+  	</ol>
+  	</li>
+  	</ol>
+  	</subsection>
 </section>
 
 </body>