Skip to content

Commit

Permalink
修改README。md格式
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Aug 20, 2015
1 parent cd14eaa commit 9cdcca5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

- 安装依赖项

$ apt-get install libcurl4-openssl-dev
$ apt-get install libcurl4-openssl-dev
$ pip install -r requirements.txt

安装中可能出现一些问题,主要原因是安装PIL/bcrypt等库的时候,可能会要求一些Linux下的依赖库。
Expand All @@ -77,12 +77,12 @@ http://stackoverflow.com/questions/21242107/pip-install-pil-dont-install-into-vi

- 启动Mongodb、Redis、Minos

nohup ./main.py --host=waf.science --port=8765 --url=http://waf.science --config=./config.yaml &
nohup ./main.py --host=waf.science --port=8765 --url=http://waf.science &

\- \-host=domain 你的域名,如waf.science,默认为localhost
\- \-port=port 你的端口,默认为8765
\- \-url=url 显示在前端的域名*,默认为“http://” + host + “:” + port
\- \-config=config 配置文件所在路径,默认为当前目录下的config.yaml,正常情况下无需修改
\- \-host=domain 你的域名,如waf.science,默认为localhost
\- \-port=port 你的端口,默认为8765
\- \-url=url 显示在前端的域名*,默认为“http://” + host + “:” + port
\-\-config=config 配置文件所在路径,默认为当前目录下的config.yaml,正常情况下无需修改

\* 这里说明一下。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 即可。
Expand Down Expand Up @@ -228,4 +228,6 @@ location / {
### LICENSE
开源协议:MPL
请遵守MPL协议,对Minos进行二次开发与使用。
你可以对Minos进行修改、使用,但版权属于原作者,未经作者许可不允许进行商业使用。
你可以对Minos进行修改、使用,但版权属于原作者,未经作者许可不允许进行商业使用。

![enter image description here](http://www.leavesongs.com/)

0 comments on commit 9cdcca5

Please sign in to comment.