/itworks

Youtube plateform to manage Anthonykgross's channel. Easy to add some notes on videos, to search, etc ...

Primary LanguagePHPMIT LicenseMIT

itworks

Description on going

Requirements

  • PHP 7
  • Yarn
  • MariaDB /MySQL

How to install

  • Define your Youtube API key in app/config/parameters.dist.yml as youtube_api_key
  • Define your Youtube channel ID to crawl in app/config/parameters.dist.yml as youtube_channel_id
  • Define your database credentials in app/config/parameters.dist.yml
  • Run these following commands
composer install
yarn run newinstall
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force
php bin/console itworks:fixtures
php bin/console itworks:youtube:sync
  • Log in as user: admin; password: admin

Episode (French)

Creator

Anthony K GROSS

Copyright and license

Code and documentation copyright 2017. Code released under the MIT license.