Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Jul 8, 2018
1 parent 0e358ad commit 1ca0c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ pip3 install -r requirements.txt -i https://mirrors.ustc.edu.cn/pypi/web/simple/
#修改archer/settings.py文件DATABASES配置项,数据库字符集utf8,如果使用mysql5.7,sql_mode需要删除ONLY_FULL_GROUP_BY
#数据库初始化
使用初始化脚本(与release版本对应)
https://github.com/hhyo/archer/tree/master/src/init_sql
#创建管理用户
Expand Down Expand Up @@ -87,10 +86,11 @@ http://127.0.0.1:9123/

### 采取docker部署
```bash
#使用初始化脚本初始化数据库,文件夹内脚本依次执行
#使用初始化脚本初始化数据库
https://github.com/hhyo/archer/tree/master/src/script/init_sql
#准备settings.py文件,修改相关配置项
docker run --name archer -v /local_path/settings.py:/opt/archer/archer/settings.py -e NGINX_PORT=9123 -p 9123:9123 -dti registry.cn-hangzhou.aliyuncs.com/lihuanhuan/archer:1.1.0
#启动,tag我release版本,如1.1.1
docker run --name archer -v /local_path/settings.py:/opt/archer/archer/settings.py -e NGINX_PORT=9123 -p 9123:9123 -dti registry.cn-hangzhou.aliyuncs.com/lihuanhuan/archer:tag
```
inception镜像: https://dev.aliyun.com/detail.html?spm=5176.1972343.2.12.7b475aaaLiCfMf&repoId=142093

Expand Down
2 changes: 1 addition & 1 deletion sql/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h4 class="modal-title" id="myModalLabel">

<!--底部部分 -->
<div class="row clearfix user-bottom-div">
<p><strong>SQL审核平台</strong>&nbsp;(v1.1.0)</p>
<p><strong>SQL审核平台</strong>&nbsp;(v1.1.1)</p>
</div>
<!-- jQuery (Bootstrap 的 JavaScript 插件需要引入 jQuery,务必先引入jquery js再引入bootstrap js) -->
<script src="{% static 'jquery/jquery.min.js' %}"></script>
Expand Down

0 comments on commit 1ca0c78

Please sign in to comment.