Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teltek/pumukityoutubebundle
https://github.com/teltek/pumukityoutubebundle
pumukit
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/teltek/pumukityoutubebundle
- Owner: teltek
- Created: 2015-11-13T12:06:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:45:13.000Z (about 2 months ago)
- Last Synced: 2024-09-19T10:26:33.937Z (about 2 months ago)
- Topics: pumukit
- Language: PHP
- Size: 6.69 MB
- Stars: 2
- Watchers: 8
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PuMuKIT Youtube Bundle
=======================This bundle requires PuMuKIT version 4 or higher
```bash
composer require teltek/pumukit-oai-bundle
```if not, add this to config/bundles.php
```
Pumukit\YoutubeBundle\PumukitYoutubeBundle::class => ['all' => true]
```Initialize bundle tags
```bash
php bin/console youtube:init:tags --force
```Then execute the following commands
```bash
php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install
```Configure the bundle using documentation [Configuration Guide](Resources/doc/ConfigurationGuide.md).
With thanks to
--------------We would like to thanks to the [University of the Basque Country](https://www.ehu.eus/en/en-home)
for their initial contributions.We would also like to thanks to the [Universidade de Vigo](https://www.uvigo.gal/en),
[Campus do Mar](https://campusdomar.gal/en/) and to the
[Universidad Nacional de Educación a Distancia](https://www.uned.es/universidad/inicio/en/) for all the improvements contributed into this project.