Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Jun 9, 2015
1 parent 1c83c9e commit fe579cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,18 @@ return [

打开`config/params.php`编辑医院名称和超级管理员

打开`web/index.php`修改

```php
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
```
```php
defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_ENV') or define('YII_ENV', 'prod');
```

#####访问

有条件的直接将web目录设置为站点根目录直接访问,设置不了的通过`http://your url/web/`访问,默认管理员账户/密码:admin/admin。
Expand Down

0 comments on commit fe579cd

Please sign in to comment.