Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 22941 invoked from network); 27 Jun 2007 06:08:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jun 2007 06:08:20 -0000 Received: (qmail 14059 invoked by uid 500); 27 Jun 2007 06:08:23 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 14012 invoked by uid 500); 27 Jun 2007 06:08:23 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 14001 invoked by uid 99); 27 Jun 2007 06:08:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 23:08:23 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 23:08:19 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 4C8131A981A; Tue, 26 Jun 2007 23:07:59 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r551068 - /geronimo/sandbox/portals/README.txt Date: Wed, 27 Jun 2007 06:07:59 -0000 To: scm@geronimo.apache.org From: pmcmahan@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070627060759.4C8131A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pmcmahan Date: Tue Jun 26 23:07:58 2007 New Revision: 551068 URL: http://svn.apache.org/viewvc?view=rev&rev=551068 Log: installation instructions for the pluto portal Added: geronimo/sandbox/portals/README.txt Added: geronimo/sandbox/portals/README.txt URL: http://svn.apache.org/viewvc/geronimo/sandbox/portals/README.txt?view=auto&rev=551068 ============================================================================== --- geronimo/sandbox/portals/README.txt (added) +++ geronimo/sandbox/portals/README.txt Tue Jun 26 23:07:58 2007 @@ -0,0 +1,11 @@ +installation instructions +------------------------- + +mvn clean install +export GERONIMO_DIR="" +mkdir -p $GERONIMO_DIR/repository/org/apache/geronimo/portals/geronimo-pluto/1.0-SNAPSHOT +cp geronimo-pluto/target/*.jar $GERONIMO_DIR/repository/org/apache/geronimo/portals/geronimo-pluto/1.0-SNAPSHOT +$GERONIMO_DIR/bin/deploy.sh install-plugin pluto-container/target/*.car +$GERONIMO_DIR/bin/deploy.sh deploy pluto-portal/target/*.war +$GERONIMO_DIR/bin/deploy.sh deploy pluto-testsuite/target/*.war +$GERONIMO_DIR/bin/deploy.sh deploy geronimo-console-standard/target/*.war