Browse Source

Update apps-basic.md

update path document root
tags/2.0.0-beta
lancecoder 12 years ago
parent
commit
ed7229c77c
  1. 5
      docs/guide/apps-basic.md

5
docs/guide/apps-basic.md

@ -20,11 +20,10 @@ curl -s http://getcomposer.org/installer | php
You can then install the Bootstrap Application using the following command: You can then install the Bootstrap Application using the following command:
~~~ ~~~
php composer.phar create-project --stability=dev yiisoft/yii2-app-basic yii-basic php composer.phar create-project --stability=dev yiisoft/yii2-app-basic /path/to/yii-application
~~~ ~~~
Now you should be able to access the application using the URL `http://localhost/yii-basic/web/`, Now set document root directory of your Web server to /path/to/yii-application/web and you should be able to access the application using the URL `http://localhost/`.
assuming `yii-basic` is directly under the document root of your Web server.
Directory structure Directory structure
------------------- -------------------

Loading…
Cancel
Save