-
Create directory structure using following commands :-
$ mkdir -p /usr/local/data/tmt/frames/input $ mkdir -p /usr/local/data/tmt/frames/output $ mkdir -p /usr/local/data/tmt/movies/input $ mkdir -p /usr/local/data/tmt/movies/output
-
Copy images in
/usr/local/data/tmt/frames/inputdirectory. -
Copy movies in
/usr/local/data/tmt/movies/inputdirectory.
-
Goto the project directory.
-
Checkout the demo branch of the project.
$ git checkout demo
-
Get all dependencies.
$ ./activator update
-
Compile the project.
$ ./activator compile
-
Run tests.
$ ./activator test