Front-end and server side for activemq logging db
To run:
- install Git
- install node.js (at least v0.10.20) with npm (Node Package Manager)
- install Gulp package globally.
npm install -g gulp
- install [Bower] (https://github.com/bower/bower)
npm install -g bower
- clone the WebApi repository
git clone git@github.com:kkataev/activemq-logging.git
cd activemq-logging
- install nodejs dependencies
npm install
- to open the app in the browser run
gulp server