Docker VOD

0.1.3 2022-11-22 08:20 UTC

This package is auto-updated.

Last update: 2024-09-22 12:55:55 UTC


README

设置

  1. 通过 ssh git clone git@bitbucket.org:studiocreativateam/vod.git 或 https git clone https://[username]@bitbucket.org/studiocreativateam/vod.git 克隆仓库
  2. 复制 .env.example cp .env.example .env
  3. 复制 docker/nginx/conf.d/app.conf.example 并根据需要更改服务器 IP cp docker/nginx/conf.d/app.conf.example docker/nginx/conf.d/app.conf
  4. 复制 PHP 配置 cp docker/local.ini.example docker/local.ini
  5. 复制配置 cp docker/www.conf.example docker/www.conf
  6. 复制 vod nginx cp docker/vod/nginx/conf.d/app.conf.example docker/vod/nginx/conf.d/app.conf
  7. 运行命令 make upmake up-win