Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teltek/pumukit2-gc-importer-bundle
https://github.com/teltek/pumukit2-gc-importer-bundle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teltek/pumukit2-gc-importer-bundle
- Owner: teltek
- Created: 2017-07-20T10:12:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T11:14:39.000Z (almost 7 years ago)
- Last Synced: 2024-04-27T17:21:21.438Z (8 months ago)
- Language: PHP
- Size: 302 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.