未验证 提交 9605e439 编写于 作者: C colynn.liu 提交者: GitHub

improve: after v1.3.0 no need run cli init

上级 29b9f0ec
......@@ -70,14 +70,6 @@ $ make run
$ go build -o atomci ; ./atomci
```
### 后端初始化(仅首次初始化数据库时需要)
```sh
$ make cli
# token-value 可以在 数据库的 sys_user获取,select user,token from sys_user where user='admin';
$ ./cli init --token=token-value
```
__注意__: 初始化数据后,重新启动一次 `后端服务` , 下一版本会将`cli`整合至运行时,不再需要独立的init
### 启动前端
```sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册