teltek/pmk2-up2u-pr-bundle

UP2U Personal Recorder WebTVBundle.

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 2

Language:HTML

Type:symfony-bundle

1.3.2 2023-06-28 13:31 UTC

This package is auto-updated.

Last update: 2024-05-28 15:31:47 UTC


README

Bundle based on Symfony to work with the PuMuKIT2 Video Platform.

This bundle overrides the PuMuKIT-2 WebTV Bundle. It has been developed as the Web portal for the UP2U Personal Rercorder project.

Installation

Step 1 require you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

$ composer require teltek/pmk2-up2u-pr-bundle dev-master

Step 2: Install the Bundle

Install the bundle by executing the following line command. This command updates the Kernel to enable the bundle (app/AppKernel.php) and loads the routing (app/config/routing.yml) to add the bundle routes
.

$ php app/console pumukit:install:bundle Pumukit/Up2u/WebTVBundle/PumukitUp2uWebTVBundle

Step 3: Update assets

$ php app/console cache:clear
$ php app/console cache:clear --env=prod
$ php app/console assets:install