bdelacretaz 2003/04/29 06:19:05
Modified: . INSTALL.txt
Log:
JDK requirements + unix script instructions added
Revision Changes Path
1.3 +5 -5 cocoon-2.1/INSTALL.txt
Index: INSTALL.txt
===================================================================
RCS file: /home/cvs/cocoon-2.1/INSTALL.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- INSTALL.txt 28 Mar 2003 12:56:16 -0000 1.2
+++ INSTALL.txt 29 Apr 2003 13:19:03 -0000 1.3
@@ -13,7 +13,9 @@
1) Set your JAVA_HOME environment
You have to set your JAVA_HOME environment to point to the root directory
of
- the Java Virtual Machine installed on your machine. To do this simply type:
+ the Java Virtual Machine (JDK 1.3.x or later) installed on your machine.
+
+ To do this simply type:
[unix] JAVA_HOME=/path/to/java/
[win32] SET JAVA_HOME=c:\path\to\java
@@ -21,9 +23,9 @@
your mileage may vary depending on your shell, but you know how to setup
environments, right?
- 2) Build Cocoon by typing "build"
+ 2) Build Cocoon by typing "build" or "./build.sh"
- 3) Run Cocoon by typing "cocoon servlet"
+ 3) Run Cocoon by typing "cocoon servlet" or "./cocoon.sh servlet"
4) Open http://localhost:8888/ with your browser
@@ -114,5 +116,3 @@
All right, that's it for now.
Happy hacking with Cocoon.
-
-