Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 841 Bytes

File metadata and controls

20 lines (14 loc) · 841 Bytes

studyhub scripts

scripts/ 按用途拆成了几个子目录,避免开发脚本、部署脚本、worker 脚本和数据库脚本混在一起。

目录索引

常用入口

  • 本地开发:bash scripts/dev/docker-dev-up.sh
  • 轻量启动:bash scripts/dev/local-dev-up.sh
  • 预发布运行:bash scripts/runtime/preview-up.sh
  • 生产运行:bash scripts/runtime/production-up.sh

更具体的命令、环境变量和注意事项已经分别下沉到各子目录 README。