Skip to content

Commit

Permalink
Fixed docs on init usage
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed May 8, 2014
1 parent 818b542 commit ba061e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/tutorial-advanced-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=prod overwrite=n
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.
Expand Down

0 comments on commit ba061e2

Please sign in to comment.