Skip to content

Commit

Permalink
fixing the file name to be adjusted in "getting started"
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaremba committed Feb 5, 2014
1 parent 7d96de6 commit ff824d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/apps-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ the installed application. You only need to do these once for all.
```
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`.
4. Set document roots of your Web server:

Expand Down

0 comments on commit ff824d9

Please sign in to comment.