Commit f8ddb3d7 by Alexander Makarov

Advanced application: added applying migrations to readme

parent abd775e5
......@@ -107,6 +107,7 @@ the installed application. You only need to do these once for all.
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`.
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:
......
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