This repository contains a Dockerfile and a Vagrantfile to automagically setup FOS-Streaming. Installs and configures MariaDB, NGINX and php5-fpm to run FOS-Streaming in a Container/VM.
Install Docker.
Download automated build from public Docker Hub Registry:
> docker pull r15ch13/fos-streaming
Alternatively, you can build an image from Dockerfile:
> docker build -t="r15ch13/fos-streaming" github.com/r15ch13/fos-streaming
> docker run -p 8000:80 r15ch13/fos-streaming
Open [http://<container ip>:8000/](http://<container ip>:8000/)
Install Vagrant.
Clone repository
> git clone https://github.com/r15ch13/fos-streaming
> cd fos-streaming
> vagrant up
FOS_HOME_DIR=/home/fos-streaming
FOS_GIT_DIR=$FOS_HOME_DIR/fos-streaming.git
FOS_INSTALL_DIR=$FOS_HOME_DIR/fos-streaming
FOS_USER=fosstreaming
FOS_HLS_CACHE=/hls-cache
MYSQL_ROOT_PASSWORD=fosstreaming
MYSQL_DATABASE=fosstreaming
MYSQL_USERNAME=fosstreaming
MYSQL_PASSWORD=fosstreaming
Content type
Image
Digest
Size
301.9 MB
Last updated
over 10 years ago
docker pull r15ch13/fos-streaming