studiocreativateam / docker-vod
Docker VOD
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Type:project
pkg:composer/studiocreativateam/docker-vod
This package is auto-updated.
Last update: 2025-10-22 15:19:33 UTC
README
Setup
- Clone repository by ssh
git clone git@bitbucket.org:studiocreativateam/vod.gitor by httpsgit clone https://[username]@bitbucket.org/studiocreativateam/vod.git - Copy .env.example
cp .env.example .env - Copy docker/nginx/conf.d/app.conf.example and change server ip if you need
cp docker/nginx/conf.d/app.conf.example docker/nginx/conf.d/app.conf - Copy php configuration
cp docker/local.ini.example docker/local.ini - Copy configuration
cp docker/www.conf.example docker/www.conf - Copy vod nginx
cp docker/vod/nginx/conf.d/app.conf.example docker/vod/nginx/conf.d/app.conf - Run command
make upormake up-win