Return-Path: Delivered-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Received: (qmail 3845 invoked from network); 4 May 2010 12:53:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 May 2010 12:53:23 -0000 Received: (qmail 1004 invoked by uid 500); 4 May 2010 12:53:23 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 974 invoked by uid 500); 4 May 2010 12:53:23 -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 967 invoked by uid 99); 4 May 2010 12:53:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 12:53:23 +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; Tue, 04 May 2010 12:53:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o44Cr01s010067 for ; Tue, 4 May 2010 12:53:00 GMT Date: Tue, 4 May 2010 08:53:00 -0400 (EDT) From: confluence@apache.org To: connectors-commits@incubator.apache.org Message-ID: <3816563.1363.1272977580012.JavaMail.confluence@thor> Subject: [CONF] Lucene Connector Framework > Updating the Website MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Space: Lucene Connector Framework (http://cwiki.apache.org/confluence/display/CONNECTORS) Page: Updating the Website (http://cwiki.apache.org/confluence/display/CONNECTORS/Updating+the+Website) Edited by Karl Wright: --------------------------------------------------------------------- h1. How To Update The Lucene Connectors Framework 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 LCF site code [https://svn.apache.org/repos/asf/incubator/lcf/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, regenerate the site with forrest by running "forrest site", # *(recursively) copy ./build/site/\* to ./publish, and commit changes to both ./src and ./publish (add any new files first, but exclude the build directory). This step is very important, if you miss it, your changes will not appear on the site after the next step.* # 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: http://cwiki.apache.org/confluence/users/viewnotifications.action