diff options
author | xue <> | 2006-04-16 18:02:31 +0000 |
---|---|---|
committer | xue <> | 2006-04-16 18:02:31 +0000 |
commit | 9db90898be134c9f70c0b334ec071223e60ed76c (patch) | |
tree | c499036f6ca4b350b3f4ae48b0d55cf8308b385d /index.html | |
parent | fc38326ea80e73717fb1d187a16421f7bc1b1b04 (diff) |
Merge from 3.0 branch till 924
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -36,21 +36,23 @@ PRADO has been tested with Apache 2.0 on both Windows XP and RedHat Linux. </p>
<h2>Installation</h2>
+<p>
+After downloading the latest PRADO release file, unpack it to a Web-accessible directory.
+The installation is done! You will see the following subdirectories,
+</p>
<ul>
- <li>Unpack the distribution file using "unzip" command on Linux or
- "winzip" program on Windows.</li>
- <li>Copy all the files and directories under the unpacked "prado"
- directory to the DocumentRoot of the Web server (or a subdirectory of that).</li>
- <li>Browse the URL, http://<Web-server-address>/requirements/index.php, to see
- if your Web server configuration satisfies the requirement for using PRADO.</li>
- <li>The directory "framework" contains the core code of PRADO.</li>
- <li>The directory "docs/manual" contains the PRADO API documentation
- in HTML format.</li>
+ <li>framework - contains the core code of PRADO. This directory does NOT need
+ to reside in a Web directory.</li>
+ <li>demos - contains several demo applications.</li>
+ <li>docs - contains tutorials and documentation.</li>
+ <li>requirements - contains a requirement checker script that can check if your
+ system can run PRADO applications.</li>
</ul>
+
<h2>Included Demos</h2>
<ul>
<li><a href="demos/helloworld/index.php">Hello World</a></li>
- <li><a href="demos/quickstart/index.php">Prado QuickStart Tutorial</a></li>
+ <li><a href="demos/quickstart/index.php">Prado QuickStart Tutorial</a> (contains many small demos)</li>
<li><a href="demos/composer/index.php">Prado Component Writer</a></li>
<li><a href="demos/peronsal/index.php">Personal Website</a> (incomplete)</li>
</ul>
|