Commit c397da5e authored by 孙 楠's avatar 孙 楠

更新说明

parent da8189cd
Pipeline #1971 failed with stages
......@@ -2,14 +2,21 @@
## 登录信息配置
`config.sample` 改名 `config`,设置堡垒机参数,`用户名``密码``主机 IP``Key``Key` 需要让运维帮忙设置,登录时重新绑定,复制下来不要完成绑定。
`config.sample` 改名 `config`,设置堡垒机参数,`用户名``密码``host``secret`
登录`https://fort-qz.quantgroups.com/`,选择手动输入,显示的一串字符串就是`secret` ,不要选择完成绑定。如果已经绑定,让运维帮忙解绑。
## 环境要求
pip3 install six
## 设置环境变量
修改 `.bash_profile` 或者 `.zshrc`
```
export AUTO_LOGIN_HOME=~/auto_login/
export AUTO_LOGIN_HOME=~/auto_login
export PATH="$PATH:$AUTO_LOGIN_HOME"
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment