Return-Path: Delivered-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Received: (qmail 68842 invoked from network); 17 Nov 2010 08:58:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Nov 2010 08:58:51 -0000 Received: (qmail 40356 invoked by uid 500); 17 Nov 2010 08:59:23 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 40303 invoked by uid 500); 17 Nov 2010 08:59:22 -0000 Mailing-List: contact connectors-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-dev@incubator.apache.org Delivered-To: mailing list connectors-commits@incubator.apache.org Received: (qmail 40296 invoked by uid 99); 17 Nov 2010 08:59:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 08:59:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 08:59:20 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAH8x0VN026115 for ; Wed, 17 Nov 2010 08:59:00 GMT Date: Wed, 17 Nov 2010 03:59:00 -0500 (EST) From: confluence@apache.org To: connectors-commits@incubator.apache.org Message-ID: <15207566.6921.1289984340028.JavaMail.confluence@thor> Subject: [CONF] Apache Connectors Framework > Updating the Website MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Auto-Submitted: auto-generated Space: Apache Connectors Framework (https://cwiki.apache.org/confluence/display/CONNECTORS) Page: Updating the Website (https://cwiki.apache.org/confluence/display/CONNECTORS/Updating+the+Website) Edited by Karl Wright: --------------------------------------------------------------------- h1. How To Update The ManifoldCF Website (*NOTE:* _You need committer rights to modify the Website._) # Install ant. # Install an svn client. # Make sure you have write permissions on the directory where Apache Forrest will be checked out and installed, the first time your run Forrest it will attempt to create a plug-ins directory and download several plug-ins. # Check out the current trunk version of Apache Forrest: {code}svn co http://svn.apache.org/repos/asf/forrest/trunk forrest{code} # Change to the main build area: {code}cd forrest/main{code} # Build forrest: {code}build{code} # Follow the instructions the build gives you to complete the Forrest installation # Checkout the ManifoldCF site code [https://svn.apache.org/repos/asf/incubator/lcf/trunk/site/]. # Change directory to where it was checked out. # Run forrest to build current version of documentation to make sure that Forrest was correctly installed. The generated site will be in ./build/site/. # Make your desired website changes to the source files in ./src/ and regenerate the site with forrest. # Run "forrest run" and browse to http://localhost:8888 to review the changes. You should be able to modify the source documents and hit reload on your browser without rebuilding the site. When you are satisfied with your changes, and want to push them out to the main site mirror, do the following: # Commit your changes to trunk. # Regenerate the site with forrest by running "forrest site". # Check out the site mirror into a different workarea [https://svn.apache.org/repos/asf/incubator/lcf/site/]. # *(recursively) copy ./build/site/\* to /publish. # Make sure all new files in the publish area have been svn added to the publish area, and remove any that have gone away. # Commit your changes to site. # The site will automatically be exported from svn by a script running in Grant's crontab on p.a.o on a nightly basis: 04 4 * * * /home/gsingers/bin/exportLCFDocs.sh > /home/gsingers/bin/lcf.log 2>&1 Change your notification preferences: https://cwiki.apache.org/confluence/users/viewnotifications.action