-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shimine
committed
Nov 2, 2017
1 parent
b7e17ce
commit d765f7b
Showing
6 changed files
with
85 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
# interface test with python | ||
用python实现的web IDE,可以导入&编辑脚本工程,对接口&网页进行测试 | ||
也可以对测试日志进行查询和统计 | ||
##arbiter是什么 | ||
- python实现的web IDE,可以导入&编辑脚本工程,对接口&网页进行测试 | ||
- 可以对测试日志进行查询和统计 | ||
|
||
|
||
需要 | ||
mysql存储用户信息 | ||
redis保证实时websocket | ||
monogodb保存日志 | ||
##依赖环境 | ||
- mysql存储用户信息 | ||
- redis保证实时websocket | ||
- monogodb保存日志 | ||
 | ||
|
||
部署步骤: | ||
|
||
1.clone code | ||
2.进入到 arbiter-web/ cd arbiter-web | ||
3.安装依赖文件 pip install -r requirements.txt | ||
4.安装好mysql redis,在setting.py中修改成相对应的配置属性 | ||
5.修改运行时选项,设置 manage.py路径,脚本命令为runserver | ||
6.或直接使用 python manage.py runserver | ||
##部署步骤: | ||
1. clone code | ||
2. 进入到 arbiter-web/ cd arbiter-web | ||
3. 安装依赖文件 pip install -r requirements.txt | ||
4. 安装好mysql redis,在setting.py中修改成相对应的配置属性 | ||
5. 修改运行时选项,设置 manage.py路径,脚本命令为runserver | ||
6. 或直接使用 python manage.py runserver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.