Install NodeJS/NPM

Force Orca to install: there's an issue w/ electron permissions. Following command seems to override:

sudo npm install -g electron@1.8.4 orca --unsafe-perm=true --allow-root

Install some Dependencies

sudo apt -y install libgconf2-4
sudo apt-get install libxss1

Orca relies on xwindows. It can be faked using:

sudo apt-get install -y xvfb

Test running

orca --help