Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.01 KB

InstallationGuide.md

File metadata and controls

39 lines (27 loc) · 1.01 KB

Installation

Steps 1 and 2 requires 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 campusdomar/pmk2-cmar-webtv-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/Cmar/WebTVBundle/PumukitCmarWebTVBundle

Step 3: Init CMAR tags

$ php app/console webtv:init:tags --force

Step 4: Update assets

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