Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
/ aht_watcher Public archive

Quick&dirty app for watching & rating the AHT documentary footage.

Notifications You must be signed in to change notification settings

AfricaHackTrip/aht_watcher

Repository files navigation

This is just a quick&dirty app for reviewing our video footage. Don’t try this at home.

Importing videos:

cd videos/
Dir['**/*'].each do |file|
  Video.create!(filename: file)
end

User setup:

Set a JSON string in ENV with names/passwords, e.g.:

{"joe":"pass","jane":"asdfgh"}

Video setup:

  • upload videos to some place

  • set ENV to that place

About

Quick&dirty app for watching & rating the AHT documentary footage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published