|
|
|
@ -81,10 +81,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. Run command `init` to initialize the application with a specific environment. |
|
|
|
|
2. Create a new database and adjust the `components.db` configuration in `common/config/params.php` accordingly. |
|
|
|
|
3. Run command `yii migrate` to apply DB migrations. |
|
|
|
|
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: |
|
|
|
|
|
|
|
|
|
Now you should be able to access: |
|
|
|
|
|
|
|
|
|
- the frontend using the URL `http://localhost/advanced/frontend/web/` |
|
|
|
|
- the backend using the URL `http://localhost/advanced/backend/web/` |
|
|
|
|
- for frontend `/path/to/yii-application/frontend/web/` and using the URL `http://frontend/` |
|
|
|
|
- for backend `/path/to/yii-application/backend/web/` and using the URL `http://backend/` |
|
|
|
|