From 068eb78d1f2aeaf61a2d0e4d46b3e8c0f667b9a7 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Sun, 16 Apr 2006 12:33:02 +0000
Subject: Update for release.
---
index.html | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/index.html b/index.html
index e2381589..38e48306 100644
--- a/index.html
+++ b/index.html
@@ -36,21 +36,23 @@ PRADO has been tested with Apache 2.0 on both Windows XP and RedHat Linux.
Installation
+
+After downloading the latest PRADO release file, unpack it to a Web-accessible directory.
+The installation is done! You will see the following subdirectories,
+
- - Unpack the distribution file using "unzip" command on Linux or
- "winzip" program on Windows.
- - Copy all the files and directories under the unpacked "prado"
- directory to the DocumentRoot of the Web server (or a subdirectory of that).
- - Browse the URL, http://<Web-server-address>/requirements/index.php, to see
- if your Web server configuration satisfies the requirement for using PRADO.
- - The directory "framework" contains the core code of PRADO.
- - The directory "docs/manual" contains the PRADO API documentation
- in HTML format.
+ - framework - contains the core code of PRADO. This directory does NOT need
+ to reside in a Web directory.
+ - demos - contains several demo applications.
+ - docs - contains tutorials and documentation.
+ - requirements - contains a requirement checker script that can check if your
+ system can run PRADO applications.
+
Included Demos
--
cgit v1.2.3