Skip to content

Simple video database that harvests and connects data from YouTube, Vortex and other sources.

Notifications You must be signed in to change notification settings

gitter-badger/blekkio

 
 

Repository files navigation

Blekkio

Simple video database that harvests and connects data from YouTube, Vortex and other sources.

Updates https://ub.uio.no/live

Task scheduler

To activate the task scheduler, add this to /etc/crontab:

  *  *  *  *  * apache     php /path/to/blekkio/artisan schedule:run 1>> /dev/null 2>&1

Local development

Requirements: PHP + Composer, Node + NPM.

Setup:

git clone https://github.com/scriptotek/blekkio.git
cd blekkio
composer install
npm install
npm run dev
cp .env.example .env

Add credentials (SQL, WebDAV, Google APIs) to .env. Local maintainers, see \\kant\ub-felles\scriptotek\blekkio\README.txt.

Add to /etc/hosts:

127.0.0.1  blekkio.dev

Start dev server:

php artisan serve --host=blekkio.dev --port=8000

About

Simple video database that harvests and connects data from YouTube, Vortex and other sources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.7%
  • HTML 17.3%
  • Other 2.0%