Skip to content

Commit

Permalink
markdown typo in advanced app guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jan 30, 2014
1 parent 4d67731 commit e311c6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/apps-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ After you install the application, you have to conduct the following steps to in
the installed application. You only need to do these once for all.

1. Execute the `init` command and select `dev` as environment.
---
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.
3. Apply migrations with console command `yii migrate`.
4. Set document roots of your Web server:
Expand Down

0 comments on commit e311c6b

Please sign in to comment.