K-Box Development Environment

Felix Delattre

Let's code!

  • What do we need?

Requirements

Go, and get the code

git clone https://github.com/k-box/k-box.git

Installation dependencies

composer install --prefer-dist
yarn

Additional dependencies

composer run install-video-cli
composer run install-content-cli
composer run install-language-cli
composer run install-streaming-client

Clean-up

php artisan clear-compiled
php artisan config:clear
php artisan route:clear

Additional K-Box components

Short-cut

Use the docker-compose.dev.example.yml to set-up the addtional components.

docker-compose -f docker-compose.dev.example.yml up -d