Commit b73a9a70 by Ruslan Tabacuk

Update tutorial-advanced-app.md

`..init --env=Production overwrite=All` dont not work on interactive mode but `init --env=Production --overwrite=All` works fine.
parent 76c29734
......@@ -40,7 +40,7 @@ the installed application. You only need to do these once for all.
Otherwise, in production execute `init` in non-interactive mode.
```
php /path/to/yii-application/init --env=Production overwrite=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.
......
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