如何部署HCAT服务端?
在本篇文章中,您需要提前准备好以下环境:
GIT,python3.8及以上版本
拉取源码
执行以下命令
$ git clone https://github.com/HCAT-Project/re_hcat-server
进入文件夹
执行以下命令
$ cd re_hcat-server
安装依赖
执行以下命令
$ pip install -r requirements.txt
运行
$ python main.py
如果没有意外的话,已经部署成功啦~
访问 127.0.0.1:8080/api/ 即可访问API