diff --git a/README.md b/README.md index 4f00b4f..bc2003b 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# 敬请期待 \ No newline at end of file +## 安装部署 + +下载软件安装包,[点击下载](http://60.174.203.34:10000/aichem-v1.0.tar) + +```sh +docker load -i aichem-v1.0.tar + +docker run --privileged --name aichem -d -p 8080:80 aichem:v1.0 +``` diff --git a/工作站接入规范.docx b/工作站接入规范.docx new file mode 100644 index 0000000..8c1b107 Binary files /dev/null and b/工作站接入规范.docx differ diff --git a/接口参数校验程序.zip b/接口参数校验程序.zip new file mode 100644 index 0000000..6c11426 Binary files /dev/null and b/接口参数校验程序.zip differ diff --git a/通讯协议文档.zip b/通讯协议文档.zip new file mode 100644 index 0000000..d975460 Binary files /dev/null and b/通讯协议文档.zip differ