Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhuoer committed Dec 2, 2019
2 parents 2d12c53 + c7aa43a commit 574b690
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,19 @@ WEB_SERVER = {
# 启动项目之前确保项目依赖全部安装
# 启动服务
> python start/Musicoo.py run
> python Musicoo.py run
# 启动时指定 host, port 将使用 setting 中的配置
> python Musicoo.py run --host 0.0.0.0
# 启动时指定 port, host 将使用 setting 中的配置
> python Musicoo.py run --port 8888
# 启动时指定 host port
> python Musicoo.py run --host 0.0.0.0 --port 8888
```

## 更新日志

2019-12-02 版本 1.0.1 添加日志、异常处理和项目启动可选参数

2019-12-02 版本 1.0.0 首次发布

## 开源协议
Expand Down

0 comments on commit 574b690

Please sign in to comment.