2.打开浏览器,访问:http://localhost/dinner/yii/requirements/
这步目的主要是检测本地环境达不到要求,由于该系统是用yii框架写的,yii内置一个检测环境的文件
sql文件的位置在webroot/dinner/protected/data/dinner.sql
打开webroot/dinner/protected/config/main.php 配置自己数据库名称、用户名、密码
由于有些目录会动态的写文件,例如assets、runtime目录,所以为了简便,直接将dinner/目录权限修改成777
前台的地址:http://localhost/dinner/index.php
后台的地址:http://localhost/dinner/index.php?r=user
后台的默认用户名与密码:admin admin