Commit 0764e3f3 by Mahmoud Saada

Update tutorial-advanced-app.md

Clearer instructions on what to look for in main-local.php when configuring the db param
parent fca81434
......@@ -62,7 +62,7 @@ the installed application. You only need to do these once for all.
php /path/to/yii-application/init --env=Production --overwrite=All
```
2. Create a new database and adjust the `components.db` configuration in `common/config/main-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`.
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