From fc38326ea80e73717fb1d187a16421f7bc1b1b04 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 16 Apr 2006 03:54:42 +0000 Subject: Merge from 3.0 branch till 918. --- .../protected/pages/GettingStarted/Installation.page | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'demos/quickstart/protected/pages/GettingStarted/Installation.page') diff --git a/demos/quickstart/protected/pages/GettingStarted/Installation.page b/demos/quickstart/protected/pages/GettingStarted/Installation.page index ca8d299c..ae3d18c3 100644 --- a/demos/quickstart/protected/pages/GettingStarted/Installation.page +++ b/demos/quickstart/protected/pages/GettingStarted/Installation.page @@ -1,21 +1,22 @@

Installing PRADO

-If you are viewing this page from your own Web server, you are already done with the installation. The instructions at the end of this page, however, may still be useful for you to troubleshoot issues happened during your development based on PRADO. +If you are viewing this page from your own Web server, you are already done with the installation.

-Installation of PRADO is very easy. Follow the following steps, +The minimum requirement by PRADO is that the Web server support PHP 5. PRADO has been tested with Apache Web server on Windows and Linux. Highly possibly it may also run on other platforms with other Web servers, as long as PHP 5 is supported. +

+

+Installation of PRADO mainly involves downloading and unpacking. +

    -
  1. Go to pradosoft.com to grab a latest version of PRADO.
  2. -
  3. Unpack the PRADO release file using unzip on Linux or winzip on Windows. A directory named prado will be created under the working directory.
  4. -
  5. Copy or upload everything under the prado directory to the DocumentRoot directory (or a subdirectory) of the Web server.
  6. -
  7. Your installation of PRADO is done and you can start to play with the demo applications included in the PRADO release via URL http://web-server-address/demos/. This QuickStart Tutorial is one of such applications.
  8. +
  9. Go to pradosoft.com to grab the latest version of PRADO.
  10. +
  11. Unpack the PRADO release file to a Web-accessible directory.
-

-If you encounter any problems with the demo applications, please use the PRADO requirement checker script to check first if your server configuration fullfils the conditions required by PRADO. +Your installation of PRADO is done and you can start to play with the demo applications included in the PRADO release via URL http://web-server-address/prado/demos/. Here we assume PRADO is unpacked to the prado subdirectory under the DocumentRoot of the Web server.

-The minimum requirement by PRADO is that the Web server support PHP 5. PRADO has been tested with Apache Web server on Windows and Linux. Highly possibly it may also run on other platforms with other Web servers, as long as PHP 5 is supported. +If you encounter any problems with the demo applications, please use the PRADO requirement checker script, accessible via http://web-server-address/prado/requirements/index.php, to check first if your server configuration fulfills the conditions required by PRADO.

\ No newline at end of file -- cgit v1.2.3