Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snollygolly/bloodhound
:tv: Makes TV more awesome.
https://github.com/snollygolly/bloodhound
couchdb koa plugins redis television
Last synced: 23 days ago
JSON representation
:tv: Makes TV more awesome.
- Host: GitHub
- URL: https://github.com/snollygolly/bloodhound
- Owner: snollygolly
- Created: 2015-01-18T16:08:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T16:03:10.000Z (almost 4 years ago)
- Last Synced: 2024-10-03T12:41:52.670Z (about 1 month ago)
- Topics: couchdb, koa, plugins, redis, television
- Language: JavaScript
- Homepage:
- Size: 926 KB
- Stars: 31
- Watchers: 6
- Forks: 5
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bloodhound
###Makes TV more awesome.## Installation
- Make sure the latest version of [node](http://nodejs.org/) is installed
- Make sure to install and have [Redis](http://redis.io/) running.
- Make sure to install and have [CouchDB](http://couchdb.apache.org/) running.
- Checkout the code from the repository```
git clone https://github.com/snollygolly/bloodhound.git
```- Install [SASS](http://sass-lang.com/)
```
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
```
- Open [Bloodhound](http://127.0.0.1:3000) and enjoy :)