studiocreativateam / docker-vod
Docker VOD
0.1.3
2022-11-22 08:20 UTC
This package is auto-updated.
Last update: 2024-12-22 13:26:57 UTC
README
Setup
- Clone repository by ssh
git clone git@bitbucket.org:studiocreativateam/vod.git
or 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 up
ormake up-win