You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/09/12 14:35:51 UTC

cvs commit: avalon-sandbox/merlin/merlin-platform/xdocs/starting installation.xml

mcconnell    2003/09/12 05:35:51

  Modified:    merlin/merlin-platform/xdocs/starting installation.xml
  Log:
  Update instructions for install - patch from Peter Courcoux.
  
  Revision  Changes    Path
  1.4       +4 -4      avalon-sandbox/merlin/merlin-platform/xdocs/starting/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/merlin-platform/xdocs/starting/installation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- installation.xml	11 Sep 2003 02:35:06 -0000	1.3
  +++ installation.xml	12 Sep 2003 12:35:51 -0000	1.4
  @@ -97,13 +97,13 @@
               </subsection>
               <subsection name="Copy inst to your preferred location.">
                   <p>
  -                    Copy the 'inst' directory to your preferred location
  +                    Copy the 'merlin' directory to your preferred location
                       installation location. For example, you may want to copy
                       the installation dir to the /opt dir:
                   </p>
   
   <source><![CDATA[
  -$ cp -Rf merlin/target/inst /opt/merlin-SNAPSHOT
  +$ cp -Rf merlin/target/merlin /opt/merlin-SNAPSHOT
   $ ln -s /opt/merlin-SNAPSHOT /opt/merlin
   ]]></source>
   
  @@ -122,8 +122,8 @@
   > # set location of merlin
   > export MERLIN_HOME=/opt/merlin
   > # include it in the path
  -> export PATH=$PATH:MERLIN_HOME
  -> ' > ~/.bash_profile
  +> export PATH=$PATH:$MERLIN_HOME/bin
  +> ' >> ~/.bash_profile
   $ source ~/.bash_profile
   ]]></source>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org