Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 23, 2023
1 parent 04f9fe1 commit 08c6390
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions document/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [Introduction](README.md)
* [简介](README.md)
* [开发](develop.md)
* [安装](install.md)
* [配置](setting.md)
* [API](api.md)
Expand Down
16 changes: 16 additions & 0 deletions document/develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#### 开发

1. 安装依赖
- mysql
- redis

2. 配置文件
修改cmd/config.toml文件中的mysql、redis服务地址和端口

3. 启动各模块
```
cd cmd/
go run haobase/main.go -c config.toml
go run haomatch/main.go -c config.toml
go run haoquote/main.go -c config.toml
```

0 comments on commit 08c6390

Please sign in to comment.