Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 :)