Commit da88e3db by Klimov Paul

Merge branch 'master' of github.com:yiisoft/yii2 into mongo

parents 49a70dc3 3822ffd1
......@@ -73,20 +73,6 @@ You can then install the application using the following command:
php composer.phar create-project --stability=alpha yiisoft/yii2-app-advanced advanced
~~~
After the application is installed, switch to the project folder and run the following command
to initialize the application:
~~~
./init (or "init" on Windows)
~~~
You can then access the application through the following URLs,
~~~
http://localhost/advanced/frontend/web/
http://localhost/advanced/backend/web/
~~~
GETTING STARTED
---------------
......
Yii Framework 2 Change Log
==========================
Version 2.0 alpha
-----------------
2.0.0 beta under development
----------------------------
2.0.0 alpha, December 1, 2013
---------------------------
- Initial release.
......@@ -104,7 +104,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0-dev';
return '2.0.0-dev';
}
/**
......
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