https://github.com/teltek/pumukitstatsuibundle
https://github.com/teltek/pumukitstatsuibundle
pumukit
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teltek/pumukitstatsuibundle
- Owner: teltek
- Created: 2016-03-03T15:26:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T09:02:25.000Z (over 1 year ago)
- Last Synced: 2025-08-14T05:25:24.497Z (11 months ago)
- Topics: pumukit
- Language: Twig
- Size: 2.56 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PuMuKIT Stats UI
================
Bundle based on [Symfony](http://symfony.com/) to work with the [PuMuKIT Video Platform](https://github.com/pumukit/PuMuKIT/#readme).

Installation
------------
Steps 1 and 2 requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) 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:
```bash
$ composer require teltek/pumukit-stats-ui-bundle dev_master
```
### Step 2: Update assets
```bash
$ php app/console cache:clear
$ php app/console cache:clear --env=prod
$ php app/console assets:install
```