Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 582 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 582 Bytes

Service for fast subtitle searching.

Installation

First you need to install lein, bower, mongodb and elasticsearch.

Then install deps:

lein deps

And run with:

lein run

For building jar run:

lein uberjar

For running server side tests run:

lein test

Deploy

For testing local changes you need to build docker image:

docker build -t submanio/subman-parser .