Skip to content

Commit

Permalink
修改文档日期到最近的日期
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangying3 committed May 9, 2017
1 parent 2909b1e commit 3b3bb60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github-develop-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Eclipse中导入maven工程时候,如果公司是代理上网,则需要设
</proxies>
</settings>
```

如果是独立的maven,则配置文件应该是在maven的安装目录的conf目录下的setting.xml文件
```xml
<pluginGroups>
Expand Down
2 changes: 1 addition & 1 deletion src/ku8eye-ansible/db_scripts/initsql.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Navicat MySQL Data Transfer
Source Server : localhost
Source Server Version : 50613
Source Host : localhost:3306
Expand Down
1 change: 1 addition & 0 deletions user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ docker load -i ku8eye-web.tar
docker tag 6f46b1372b52 ku8eye-web
```


运行ku8eye:
```xml
docker run -tid --name ku8eye-web -v /var/run/docker.sock:/var/run/docker.sock -v /root/ku8eye/ku8_ext_files:/ku8_ext_files --p 3306:3306 -p 8080:8080 -p 9001:9001 ku8eye-web
Expand Down

0 comments on commit 3b3bb60

Please sign in to comment.