Browse Source

Advanced application: added applying migrations to readme

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
f8ddb3d7be
  1. 1
      apps/advanced/README.md

1
apps/advanced/README.md

@ -107,6 +107,7 @@ the installed application. You only need to do these once for all.
or `init --env=Production`. or `init --env=Production`.
2. Create a new database. It is assumed that MySQL InnoDB is used. If not, adjust `console/migrations/m130524_201442_init.php`. 2. Create a new database. It is assumed that MySQL InnoDB is used. If not, adjust `console/migrations/m130524_201442_init.php`.
3. In `common/config/params.php` set your database details in `components.db` values. 3. In `common/config/params.php` set your database details in `components.db` values.
4. Apply migrations with `yii migrate`.
Now you should be able to access: Now you should be able to access:

Loading…
Cancel
Save