Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dreamans/syncd
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamans committed Jan 12, 2019
2 parents c950068 + 36e002a commit 27e6a30
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 6 deletions.
24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ syncd是一款开源的代码部署工具,它具有简单、高效、易用等
- [原理](#原理)
- [安装](#安装)
- [使用](#使用)
- [Todo](#Todo)
- [关于](#关于)
- [帮助](#帮助)
- [授权](#授权)

## 特性
Expand All @@ -34,7 +33,7 @@ syncd是一款开源的代码部署工具,它具有简单、高效、易用等

## 原理

<img width="600px" src="https://raw.githubusercontent.com/dreamans/syncd/master/resource/syncd_principle.png" />
<img style="border: 1px solid #dedede;" width="600px" src="https://raw.githubusercontent.com/dreamans/syncd/master/resource/syncd_principle.png" />

### Git

Expand Down Expand Up @@ -194,14 +193,29 @@ sudo vim /etc/hosts
密码: syncd.cc
```

**!!!登录后请尽快修改密码**

## 使用

### 系统使用流程图

<img width="600px" src="https://raw.githubusercontent.com/dreamans/syncd/master/resource/syncd_operate.png" />

### 使用截图

| | | |
|:---:|:---:|:---:|
|![部署](https://raw.githubusercontent.com/dreamans/syncd/master/resource/syncd_deploy_ui.png)|![申请单列表](https://raw.githubusercontent.com/dreamans/syncd/master/resource/syncd_apply_list_ui.png)|![申请上线](https://raw.githubusercontent.com/dreamans/syncd/master/resource/syncd_apply_ui.png)|
|![服务器列表](https://raw.githubusercontent.com/dreamans/syncd/master/resource/syncd_server_ui.png)|![用户编辑](https://raw.githubusercontent.com/dreamans/syncd/master/resource/syncd_user_edit_ui.png)|![角色权限编辑](https://raw.githubusercontent.com/dreamans/syncd/master/resource/syncd_user_role_edit_ui.png)|
|![项目信息编辑](https://raw.githubusercontent.com/dreamans/syncd/master/resource/syncd_project_ui.png)|

## Todo
## 帮助

遇到问题请提 [issue](https://github.com/dreamans/syncd/issues)

## 关于
或者加微信进讨论群

<img style="color: #fff;" width="300px" src="https://raw.githubusercontent.com/dreamans/syncd/master/resource/wechat_dreamans.png" alt="wechat">

## 授权

Expand Down
Binary file added resource/syncd_apply_list_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/syncd_apply_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/syncd_deploy_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/syncd_operate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/syncd_project_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/syncd_server_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/syncd_user_edit_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/syncd_user_role_edit_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/wechat_dreamans.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion syncd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (

func init() {
flag.BoolVar(&help, "h", false, "This help")
flag.StringVar(&syncdIni, "c", "./log/syncd.ini", "Set configuration file `file`")
flag.StringVar(&syncdIni, "c", "./etc/syncd.ini", "Set configuration file `file`")
flag.BoolVar(&version, "v", false, "Version number")

flag.Usage = usage
Expand Down

0 comments on commit 27e6a30

Please sign in to comment.