Skip to content

Commit b473356

Browse files
authored
Update README.md
1 parent 115a287 commit b473356

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,20 @@
3333
</span>
3434
</div>
3535

36+
#### 👀仓库地址:<https://github.com/UESTCByteDance/ByteRhythm>
3637

3738
#### 📚文档地址:<https://uestcbytedance.github.io/>
3839

39-
#### 🥽视频地址:<https://github.com/UESTCByteDance/UESTCByteDance.github.io/blob/main/tiktok.mp4>
40+
#### 🥽视频地址:<https://www.bilibili.com/video/BV1Y14y1k7gG>
41+
4042

41-
#### 😁服务地址:<http://47.113.223.86:8080>
4243

4344
# 使用说明
44-
本项目有v1、v2两个版本,可前往Releases:<https://github.com/UESTCByteDance/ByteRhythm/releases>下载使用,前者是传统的单体架构,用beego实现,后者是微服务架构,由gin+go-micro实现。
45+
本项目有v1、v2两个版本,可前往[Releases](<https://github.com/UESTCByteDance/ByteRhythm/releases>)下载使用,前者是传统的单体架构,用beego实现,后者是微服务架构,由gin+go-micro实现。
4546

4647
下面介绍v2版的使用:
4748

48-
如果不使用docker进行容器化部署,可以参考以下步骤进行本地部署。建议使用环境为`Ubuntu20.04`
49+
如果不使用docker进行容器化部署(docker部署参照文末),可以参考以下步骤进行本地部署。建议使用环境为`Ubuntu20.04`
4950

5051
## 1.克隆到本地
5152

@@ -192,15 +193,30 @@ cd test
192193
go test -v
193194
```
194195
注:测试文件的参数可能会需要根据实际情况更改。
195-
# docker 运行
196+
197+
## 12.docker 运行
196198
tips:由于服务器性能限制,因此将所有微服务放在同一个容器中,后续可用docker-compose部署为7个业务容器
197-
## 1.拉取 mysql 镜像并运行
199+
### (1)拉取 mysql 镜像并运行
198200
```sh
199201
docker run -d -p 3306:3306 --name tiktok-mysql -e MYSQL_ROOT_PASSWORD=123456 -e MYSQL_DATABASE=tiktok mysql/mysql-server:latest
200202
```
201-
## 2.拉取 byterhythm:v2.1 镜像并运行
203+
### (2)拉取 byterhythm:v2.1 镜像并运行
202204
```sh
203205
docker run -it -p 8080-8086:8080-8086/tcp --name byterhythm david945/byterhythm:v2.1
204206
```
207+
# 项目贡献者
208+
* [Palp1tate](https://github.com/uestc-wxy)
209+
210+
* [youyou0805](https://github.com/youyou0805)
211+
212+
* [Chiba-little-black-cat](https://github.com/Chiba-little-black-cat)
213+
214+
* [DavidHGS](https://github.com/DavidHGS)
215+
216+
* [tangyiheng](https://github.com/tangyiheng)
217+
218+
* [woniu-huang](https://github.com/woniu-huang)
219+
220+
* [janjiang005](https://github.com/janjiang005)
205221

206222

0 commit comments

Comments
 (0)