| 40 | | <li>Unpack the distribution file using "unzip" command on Linux or |
| 41 | | "winzip" program on Windows.</li> |
| 42 | | <li>Copy all the files and directories under the unpacked "prado" |
| 43 | | directory to the DocumentRoot of the Web server (or a subdirectory of that).</li> |
| 44 | | <li>Browse the URL, http://<Web-server-address>/requirements/index.php, to see |
| 45 | | if your Web server configuration satisfies the requirement for using PRADO.</li> |
| 46 | | <li>The directory "framework" contains the core code of PRADO.</li> |
| 47 | | <li>The directory "docs/manual" 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> |