To use this on a local box, install node from http://nodejs.org.
Once you have that, 
1.	run ./build-local.sh from root directory
2.	optional for https - creating /app/cert directory and populating with crt and key files
3.  open a terminal & cd into this directory.
4.  do a 'sudo npm install'
5.  Update settings.json 'protocol' value to 'local'
6.  run it 'node app.js' or 'sudo node app.js' (mac)
7.  browse to http://localhost:7202/cbe

