Commit d438913e by Alexander Makarov

Merge pull request #2339 from infoza/master

minor fixes
parents 076c7cd3 8205fff0
...@@ -33,7 +33,7 @@ the installed application. You only need to do these once for all. ...@@ -33,7 +33,7 @@ the installed application. You only need to do these once for all.
``` ```
php /path/to/yii-application/init php /path/to/yii-application/init
``` ```
2. Create a new database and adjust the `components.db` configuration in `common/config/params-local.php` accordingly. 2. Create a new database and adjust the `components.db` configuration in `common/config/main-local.php` accordingly.
3. Apply migrations with console command `yii migrate`. 3. Apply migrations with console command `yii migrate`.
4. Set document roots of your Web server: 4. Set document roots of your Web server:
......
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