From 9cdcca5d3b63f2a6d63333179b0202541369c0bb Mon Sep 17 00:00:00 2001 From: phith0n Date: Thu, 20 Aug 2015 09:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README=E3=80=82md=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 77314bc..78ea62d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ - 安装依赖项 - $ apt-get install libcurl4-openssl-dev + $ apt-get install libcurl4-openssl-dev $ pip install -r requirements.txt 安装中可能出现一些问题,主要原因是安装PIL/bcrypt等库的时候,可能会要求一些Linux下的依赖库。 @@ -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 即可。 @@ -228,4 +228,6 @@ location / { ### LICENSE 开源协议:MPL 请遵守MPL协议,对Minos进行二次开发与使用。 -你可以对Minos进行修改、使用,但版权属于原作者,未经作者许可不允许进行商业使用。 \ No newline at end of file +你可以对Minos进行修改、使用,但版权属于原作者,未经作者许可不允许进行商业使用。 + +![enter image description here](http://www.leavesongs.com/) \ No newline at end of file