Skip to content

CVBDL/EagleEye-App

Repository files navigation

Build Status Coverage Status

EagleEye Application

Join the chat at https://gitter.im/CVBDL

Installation

Note: You may need to add C:\Ruby22-x64\bin to system path.

gem install compass
  • Install yo, grunt-cli, bower, generator-angular and generator-karma:
npm install -g grunt-cli bower yo generator-karma generator-angular
  • Install application packages:
npm install
bower install

Build & development

# Build the project
grunt
# Preview the application in browser
grunt serve

Testing

grunt test

It will run the unit tests with karma and PhantomJS.

Deployment

Update config.json to specify EagleEye Platform API root endpoint.

{
  "root_endpoint": "http://127.0.0.1:3000/"
}