Skip to content

snollygolly/bloodhound

Repository files navigation

Bloodhound

###Makes TV more awesome.

Installation

  • Make sure the latest version of node is installed
  • Make sure to install and have Redis running.
  • Make sure to install and have CouchDB running.
  • Checkout the code from the repository
git clone https://github.com/snollygolly/bloodhound.git
gem install sass
  • Go into that directory and install packages
cd bloodhound
npm install
  • Rename config.json.example file to config.json and enter all applicable keys where you see XXX
  • Run Bloodhound
npm start