本项目用于河海大学健康打卡,此项目为基于健康打卡_河海大学版的函数计算版本。
若想要直接使用(不对程序功能进行自定义),请转至使用说明
-
环境配置,以
CentOS
/Debian
为例-
安装 Docker
-
安装 git
# Centos sudo yum install -y git # Debian/Ubuntu sudo apt install -y git
-
-
通过源码下载、编译
# 下载源码
git clone https://github.com/yin1999/healthreport_fc.git
cd healthreport_fc
# 编译
docker build .
请查看 Wiki。