0 程序部署
JasonYANG17 edited this page 2024-08-19 17:00:14 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

普通用户

如果您是普通用户,建议您在Releases-V7.1下载SuperEmployee_RegularUserRun.zip文件
1.请先下载并解压SuperEmployee_RegularUserRun.zip
2.右键使用文本编辑器打开UserDefined.py文件
3.参考‘#后的注释并按您需求配置更多请参考用户配置wiki
4.配置完成后双击Run_Super_Employees.exe即可执行程序


服务器用户

如果您拥有服务器,推荐您使用更为简便的青龙面板运行青龙面板的Docker部署更为方便

  1. 请先安装好青龙面板
  2. 使用git clone命令向您的服务器推送最新的程序源码
  3. 使用vim或nano编辑UserDefined.py文件按您需求配置更多请参考用户配置wiki
  4. 为您的青龙面板安装Python及依赖程序
  5. 配置青龙面板脚本启动项设定好时间及main.py脚本位置
  6. 检查运行日志,确保没有依赖缺失,如有请安装缺少的依赖

如果您不喜欢使用面板运行您也可以自定义一个定时启动的系统脚本并在系统中安装好python及相关依赖


托管服务用户

如果您是Github Action用户

  1. clone并push到自建的新代码仓
  2. 配置好您的UserDefined.py文件
  3. 点击Actions并在侧边栏选择Super_Employee
  4. 配置好Super_Employee.yml的cron后点击run workflow即可