- Ensure you have node.js and npm installed on your server
- Install this repository -- the easiest install is having it on the same server as the Licode installation
- Copy
nuve/nuveClient/dist/nuve.js
from your Licode installation, and place it in the root directory of the checkout. - Copy
ackuaria_config.js.template
toackuaria_config.js
in the same directory - Configure
ackuaria_config.js
appropriately (minimally, you'll need to include the NuvesuperserviceID
andsuperserviceKey
from the Licode installation you want to monitor) - Run
npm install
in the root directory of the checkout - In
licode_config.js
of your Licode installation, enable the events you want Ackuaria to receive in theconfig.erizoController.report
section - Open up the port set in
config.ackuaria.port
in your server's firewall - In the root directory of the checkout, run
npm start
ornode ackuaria.js
to start the server - Visit http://[host]:[port] in a web browser