Return-Path: Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 93368 invoked by uid 500); 21 Aug 2003 06:55:38 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 93351 invoked by uid 500); 21 Aug 2003 06:55:37 -0000 Received: (qmail 93334 invoked from network); 21 Aug 2003 06:55:37 -0000 Received: from minotaur.apache.org (209.237.227.194) by daedalus.apache.org with SMTP; 21 Aug 2003 06:55:37 -0000 Received: (qmail 20649 invoked by uid 1438); 21 Aug 2003 06:55:41 -0000 Date: 21 Aug 2003 06:55:41 -0000 Message-ID: <20030821065541.20648.qmail@minotaur.apache.org> From: mcconnell@apache.org To: avalon-sandbox-cvs@apache.org Subject: cvs commit: avalon-sandbox/merlin INSTALLATION.TXT X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N mcconnell 2003/08/20 23:55:41 Modified: merlin INSTALLATION.TXT Log: Add more detailed info. Revision Changes Path 1.2 +50 -5 avalon-sandbox/merlin/INSTALLATION.TXT Index: INSTALLATION.TXT =================================================================== RCS file: /home/cvs/avalon-sandbox/merlin/INSTALLATION.TXT,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- INSTALLATION.TXT 21 Aug 2003 00:53:38 -0000 1.1 +++ INSTALLATION.TXT 21 Aug 2003 06:55:41 -0000 1.2 @@ -8,12 +8,57 @@ This directory contains the merlin system installation and related resources. -* merlin -- the merlin platform installation + * /merlin + * avalon-plugin-1.0.jar + * merlin-plugin-1.0.jar -Two Maven plugins are included in the distribution. These files should -be placed in the Maven plugin directory (%MAVEN_HOME%\plugins). +Installing Merlin. +------------------ + +To use Merlin command line support or the Merlin NT Service +you will need to define the MERLIN_HOME environment +variable for your system and include MERLIN_HOME/bin in +your system path. The MERLIN_HOME environment variable +should point to the /merlin directory. + +Under Lunix you can do this as follows: + + $ echo ' + > # set location of merlin + > export MERLIN_HOME=/opt/merlin + > # include it in the path + > export PATH=$PATH:MERLIN_HOME + > ' > ~/.bash_profile + $ source ~/.bash_profile + +Under Windows you can set environment variables by selecting the +Environment Tab from the System Control Panel. + +To confirm that you %MERLIN_HOME% variable is correct, you +should open a new command line window and invoke the Merlin +CLI application. -* merlin-plugin-1.0 -* avalon-plugin-1.0 +Under Lunix: + + $ merlin.sh -version + +Under DOS: + + $ merlin -version + +The installation of Merlin is now complete, however, two plugins are +provided with the installation supporting merlin development under the +Maven platform. These plugins should be placed in the Maven plugin +directory (%MAVEN_HOME%\plugins). + +To complete you installation +Two Maven plugins are included in the distribution. These files should +be placed in the Maven plugin directory (%MAVEN_HOME%\plugins) as shown +here: + %MAVEN_HOME%\plugins\avalon-plugin-1.0.jar + %MAVEN_HOME%\plugins\merlin-plugin-1.0.jar +You now have everything in place to start using the Merlin Titorial or +building you own components. If you have any problems, please subscribe +to and post a message to the users@avalon.apache.org list. --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org