You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/10/21 17:24:18 UTC

cvs commit: cocoon-lenya INSTALL-SRC.txt

michi       2003/10/21 08:24:18

  Modified:    .        INSTALL-SRC.txt
  Log:
  install instructions added
  
  Revision  Changes    Path
  1.17      +34 -3     cocoon-lenya/INSTALL-SRC.txt
  
  Index: INSTALL-SRC.txt
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/INSTALL-SRC.txt,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- INSTALL-SRC.txt	19 Aug 2003 16:30:02 -0000	1.16
  +++ INSTALL-SRC.txt	21 Oct 2003 15:24:18 -0000	1.17
  @@ -1,5 +1,36 @@
  -*********************************************************************************
   
  -WARNING: This file is DEPRECATED and should definitely be updated.
   
  -*********************************************************************************
  +   +---------------------------+
  +   |    INSTALL FROM SOURCE    |
  +   +---------------------------+
  +
  +
  +
  +1) Set your JAVA_HOME, ANT_HOME and PATH environment, e.g.
  +
  +   [unix] 
  +   export JAVA_HOME=/usr/local/j2sdk1.4.2
  +   export ANT_HOME=/usr/local/jakarta-ant-1.5.1
  +   export PATH=$ANT_HOME/bin:$PATH
  +
  +
  +2) Copy "build.properties.sample" to "build.properties"
  +
  +3) Edit build.properties:
  +
  +   The most important parameter to update is "src.cocoon.dir", which tells
  +   where the Cocoon webapp directory is located (first you need to build Cocoon).
  +
  +   If you want to run Lenya on Tomcat then you should update the following
  +   parameters: "install.dir" and "cache.dir"
  +
  +4) Build Lenya by typing
  +
  +   ant install
  +
  +5) Start up Tomcat, e.g.
  +
  +   [unix]
  +   /usr/local/jakarta-tomcat-4.1.24-LE-jdk14/bin/startup.sh
  +
  +6) Open http://localhost:8080/lenya/ with your browser
  
  
  

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