From 6baade86cc27d460dc780c016a6560deae48d247 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 26 Jan 2006 14:56:13 +0000 Subject: Makes quickstart tutorial pages xhtml compatible. --- demos/quickstart/protected/pages/Fundamentals/Applications.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/quickstart/protected/pages/Fundamentals') diff --git a/demos/quickstart/protected/pages/Fundamentals/Applications.page b/demos/quickstart/protected/pages/Fundamentals/Applications.page index b67debaa..b33b4f10 100644 --- a/demos/quickstart/protected/pages/Fundamentals/Applications.page +++ b/demos/quickstart/protected/pages/Fundamentals/Applications.page @@ -36,12 +36,12 @@ A product PRADO application usually needs more files. It may include an applicat

Application Deployment

Deploying a PRADO application mainly involves copying directories. For example, to deploy the above minimal application to another server, follow the following steps, +

  1. Copy the content under wwwroot to a Web-accessible directory on the new server.
  2. Modify the entry script file index.php so that it includes correctly the prado.php file.
  3. Remove all content under assets and runtime directories and make sure both directories are writable by the Web server process.
-

Application Lifecycles

-- cgit v1.2.3