ckanext-video

A CKAN extension for embedding Youtube or Vimeo videos as views.
Overview
Adds an ‘Embedded Video’ view type, which displays a video from YouTube or Vimeo (either using the resource URL or a different URL).
Installation
Path variables used below:
- $INSTALL_FOLDER (i.e. where CKAN is installed), e.g. /usr/lib/ckan/default
- $CONFIG_FILE, e.g. /etc/ckan/default/development.ini
Installing from PyPI
pip install ckanext-video
Installing from source
Clone the repository into the src folder:
cd $INSTALL_FOLDER/src
git clone https://github.com/NaturalHistoryMuseum/ckanext-video.git
Activate the virtual env:
. $INSTALL_FOLDER/bin/activate
Inst