Changeset 925 for trunk/index.html

Show
Ignore:
Timestamp:
04/16/2006 01:02:31 PM (3 years ago)
Author:
xue
Message:

Merge from 3.0 branch till 924

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/index.html

    r893 r925  
    3737 
    3838<h2>Installation</h2> 
     39<p> 
     40After downloading the latest PRADO release file, unpack it to a Web-accessible directory. 
     41The installation is done! You will see the following subdirectories, 
     42</p> 
    3943<ul> 
    40   <li>Unpack the distribution file using &quot;unzip&quot; command on Linux or 
    41     &quot;winzip&quot; program on Windows.</li> 
    42   <li>Copy all the files and directories under the unpacked &quot;prado&quot; 
    43     directory to the DocumentRoot of the Web server (or a subdirectory of that).</li> 
    44   <li>Browse the URL, http://&lt;Web-server-address&gt;/requirements/index.php, to see 
    45     if your Web server configuration satisfies the requirement for using PRADO.</li> 
    46   <li>The directory &quot;framework&quot; contains the core code of PRADO.</li> 
    47   <li>The directory &quot;docs/manual&quot; contains the PRADO API documentation 
    48     in HTML format.</li> 
     44  <li>framework - contains the core code of PRADO. This directory does NOT need 
     45  to reside in a Web directory.</li> 
     46  <li>demos - contains several demo applications.</li> 
     47  <li>docs - contains tutorials and documentation.</li> 
     48  <li>requirements - contains a requirement checker script that can check if your 
     49  system can run PRADO applications.</li> 
    4950</ul> 
     51 
    5052<h2>Included Demos</h2> 
    5153<ul> 
    5254  <li><a href="demos/helloworld/index.php">Hello World</a></li> 
    53   <li><a href="demos/quickstart/index.php">Prado QuickStart Tutorial</a></li> 
     55  <li><a href="demos/quickstart/index.php">Prado QuickStart Tutorial</a> (contains many small demos)</li> 
    5456  <li><a href="demos/composer/index.php">Prado Component Writer</a></li> 
    5557  <li><a href="demos/peronsal/index.php">Personal Website</a> (incomplete)</li>