/**
TODO:
- Add install
- add extension rbac
- add extension admin
- add flat theme to frontend
- add api
- add extension setting
- add extension blog
- add extension simple page
**/
After you install the application, you have to conduct the following steps to initialize the installed application. You only need to do these once for all.
- Run command
init
to initialize the application. - Follow the instructions.
- Set document roots of your Web server:
- for frontend
/path/to/yii-application/frontend/web/
and using the URLhttp://frontend/
- for backend
/path/to/yii-application/backend/web/
and using the URLhttp://backend/
- for frontend