Commit ed7229c7 by lancecoder

Update apps-basic.md

update path document root
parent 6f42e87e
...@@ -20,11 +20,10 @@ curl -s http://getcomposer.org/installer | php ...@@ -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
------------------- -------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment