studiocreativateam / docker-vod
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
设置
- 通过 ssh
git clone git@bitbucket.org:studiocreativateam/vod.git
或 httpsgit clone https://[username]@bitbucket.org/studiocreativateam/vod.git
克隆仓库 - 复制 .env.example
cp .env.example .env
- 复制 docker/nginx/conf.d/app.conf.example 并根据需要更改服务器 IP
cp docker/nginx/conf.d/app.conf.example docker/nginx/conf.d/app.conf
- 复制 PHP 配置
cp docker/local.ini.example docker/local.ini
- 复制配置
cp docker/www.conf.example docker/www.conf
- 复制 vod nginx
cp docker/vod/nginx/conf.d/app.conf.example docker/vod/nginx/conf.d/app.conf
- 运行命令
make up
或make up-win