Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teltek/pumukit2-gc-importer-bundle


https://github.com/teltek/pumukit2-gc-importer-bundle

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# GCImporter Bundle
With this Bundle your GalicasterPRO mediapackages can be imported and published into your PuMuKIT Web TV Portal.

In order to use it, it must be downloaded, configured and installed.
1. Download the bundle:
```bash
composer require teltek/pmk2-gc-importer-bundle
```
2. Install the bundle by executing the following command.
```bash
php app/console pumukit:install:bundle Pumukit/GCImporterBundle/PumukitGCImporterBundle
```
2. Update assets.
```bash
$ php app/console cache:clear
$ php app/console cache:clear --env=prod
$ php app/console assets:install
```
3. Follow our [Configuration Guide](Resources/doc/ConfigurationGuide.md) to learn how to configure this bundle adding the necessary parameters from your GC Web Panel.