Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 1.01 KB

INSTALL.md

File metadata and controls

10 lines (10 loc) · 1.01 KB
  1. Ensure you have node.js and npm installed on your server
  2. Install this repository -- the easiest install is having it on the same server as the Licode installation
  3. Copy nuve/nuveClient/dist/nuve.js from your Licode installation, and place it in the root directory of the checkout.
  4. Copy ackuaria_config.js.template to ackuaria_config.js in the same directory
  5. Configure ackuaria_config.js appropriately (minimally, you'll need to include the Nuve superserviceID and superserviceKey from the Licode installation you want to monitor)
  6. Run npm install in the root directory of the checkout
  7. In licode_config.js of your Licode installation, enable the events you want Ackuaria to receive in the config.erizoController.report section
  8. Open up the port set in config.ackuaria.port in your server's firewall
  9. In the root directory of the checkout, run npm start or node ackuaria.js to start the server
  10. Visit http://[host]:[port] in a web browser