Skip to content

Commit

Permalink
增加管理员初始化脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
时雨 committed May 13, 2015
1 parent 3acffc9 commit f754e04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ http://stackoverflow.com/questions/21242107/pip-install-pil-dont-install-into-vi
\* 这里说明一下。Minos需要监听本地一个端口,默认为8765,则用户可以通过localhost:8765访问。但实际生产环境中,Minos一般搭建在内网,并通过nginx等服务器转发至外网,其URL可能是http://waf.science 。那么,url实际上是显示在前端HTML HEAD <base>中的地址,而host与port才是实际上Minos监听的地址。
如果你不用nginx做转发,想直接搭建Minos在外网服务器,那么只需./main.py --port=80 --url=http://yourdomain.com 即可。

- 运行后没有管理员。你可以在minos根目录下运行:

`python bin/initdb.py`

根据提示,输入管理员账号/密码即可新增一个管理员,并初始化数据库(主要是增加一些索引)

### Config.yaml
配置文件详细说明。

Expand Down

0 comments on commit f754e04

Please sign in to comment.