Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

yin1999/healthreport_fc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

健康打卡_河海大学版_FC

build

本项目用于河海大学健康打卡,此项目为基于健康打卡_河海大学版的函数计算版本。

目前支持 阿里云函数计算 以及 腾讯云云函数 平台。

开发指南

若想要直接使用(不对程序功能进行自定义),请转至使用说明

  1. 环境配置,以CentOS/Debian为例

    • 安装 Docker

    • 安装 git

      # Centos
      sudo yum install -y git
      
      # Debian/Ubuntu
      sudo apt install -y git
  2. 通过源码下载、编译

# 下载源码
git clone https://github.com/yin1999/healthreport_fc.git
cd healthreport_fc

# 编译
docker build .

使用说明

请查看 Wiki