Return-Path: X-Original-To: apmail-incubator-chukwa-commits-archive@www.apache.org Delivered-To: apmail-incubator-chukwa-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C64601047A for ; Fri, 12 Apr 2013 03:37:01 +0000 (UTC) Received: (qmail 6764 invoked by uid 500); 12 Apr 2013 03:37:01 -0000 Delivered-To: apmail-incubator-chukwa-commits-archive@incubator.apache.org Received: (qmail 6651 invoked by uid 500); 12 Apr 2013 03:36:58 -0000 Mailing-List: contact chukwa-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@incubator.apache.org Delivered-To: mailing list chukwa-commits@incubator.apache.org Received: (qmail 6603 invoked by uid 99); 12 Apr 2013 03:36:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Apr 2013 03:36:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Apr 2013 03:36:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8DECA23888E7; Fri, 12 Apr 2013 03:36:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1467160 - in /incubator/chukwa/site: README pom.xml src/site/xdoc/index.xml Date: Fri, 12 Apr 2013 03:36:32 -0000 To: chukwa-commits@incubator.apache.org From: asrabkin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130412033632.8DECA23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: asrabkin Date: Fri Apr 12 03:36:32 2013 New Revision: 1467160 URL: http://svn.apache.org/r1467160 Log: CHUKWA-681, 682, and 683. All thanks to Luciano Resende Modified: incubator/chukwa/site/README incubator/chukwa/site/pom.xml incubator/chukwa/site/src/site/xdoc/index.xml Modified: incubator/chukwa/site/README URL: http://svn.apache.org/viewvc/incubator/chukwa/site/README?rev=1467160&r1=1467159&r2=1467160&view=diff ============================================================================== --- incubator/chukwa/site/README (original) +++ incubator/chukwa/site/README Fri Apr 12 03:36:32 2013 @@ -3,20 +3,33 @@ 1. Check out the source: svn co https://svn.apache.org/repos/asf/incubator/chukwa/site -Note: You'll need Java 5 and Apache Forrest. If you don't already have Forrest, -download it from here and untar it: -http://forrest.apache.org/mirrors.cgi - 2. Make any modification to the xml files under author/, then run: -ant -Dforrest.home=/path/to/forrest_home -Djava5.home=/path/to/java5_home +mvn site -This generates the documents in publish/ directory. Do an svn stat to check on +This generates the documents in target/site directory. Do an svn stat to check on what's changed, then commit those changes back to svn. 3. Update the site: -ssh people.apache.org -cd /www/incubator.apache.org/chukwa -svn update +In order to deploy a site to Apache, follow the following steps: + +a. Make sure that you manage to create a local site. +b. Check that distributionManagement.site.apache-website.url in the pom.xml points to "scp://people.apache.org/www/incubator.apache.org/content/chukwa" +c. Put the following section to settings.xml: + + ... + + + apache-website + your username in the remote system if different from local + /path/to/your/private/key + + + ... + +d. Refer to http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html +if you have additional problems. +e. Commit all changes, the build will fail if there are local changes. +f. Run "mvn clean site site-deploy" 4. Wait for the site to update. Modified: incubator/chukwa/site/pom.xml URL: http://svn.apache.org/viewvc/incubator/chukwa/site/pom.xml?rev=1467160&r1=1467159&r2=1467160&view=diff ============================================================================== --- incubator/chukwa/site/pom.xml (original) +++ incubator/chukwa/site/pom.xml Fri Apr 12 03:36:32 2013 @@ -174,7 +174,7 @@ apache-website Apache Website - scp://people.apache.org/www/incubator.apache.org/chukwa/ + scp://people.apache.org/www/incubator.apache.org/content/chukwa/ Modified: incubator/chukwa/site/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/incubator/chukwa/site/src/site/xdoc/index.xml?rev=1467160&r1=1467159&r2=1467160&view=diff ============================================================================== --- incubator/chukwa/site/src/site/xdoc/index.xml (original) +++ incubator/chukwa/site/src/site/xdoc/index.xml Fri Apr 12 03:36:32 2013 @@ -71,7 +71,7 @@ under the License.

Getting Started

- Releases are available on the release page. For documentation, check here and on the Wiki. + Releases are available on the release page. For documentation, check here and on the Wiki.