From 7fc925f63122e8a4772354ddaa84bf4ae7635cde Mon Sep 17 00:00:00 2001 From: Riverlet Date: Sat, 14 Jun 2014 18:37:54 +0800 Subject: [PATCH] translated --- docs/guide-zh-CN/start-workflow.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/guide-zh-CN/start-workflow.md b/docs/guide-zh-CN/start-workflow.md index 18ae3ee631..f55fb8257d 100644 --- a/docs/guide-zh-CN/start-workflow.md +++ b/docs/guide-zh-CN/start-workflow.md @@ -1,15 +1,12 @@ 运行应用程序 ==================== -After installing Yii, you have a working Yii application that can be accessed via -the URL `http://hostname/basic/web/index.php` or `http://hostname/index.php`, depending -upon your configuration. This section will introduce the application's built-in functionality, -how the code is organized, and how the application handles requests in general. +Yii 安装后,就有了一个可以运行的 Yii 应用程序了,你可以通过 URL `http://hostname/basic/web/index.php` 或 + `http://hostname/index.php` 访问它,具体取决于你的配置。本章将介绍此应用程序的内置功能,代码的组织方式以及总体上程序是 + 怎样处理请求的。 -> Info: For simplicity, throughout this "Getting Started" tutorial, it's assumed that you have set `basic/web` - as the document root of your Web server, and configured, the URL for accessing - your application to be `http://hostname/index.php` or something similar. - For your needs, please adjust the URLs in our descriptions accordingly. +> Info: 为简单起见,这个“入门”教程假设你已经将 `basic/web` 设置为了 Web 服务器的文档根目录。访问此程序的是类似 + `http://hostname/index.php` 的 URL 。请根据你的实际情况,在下文描述中作相应调整。 Functionality