6. Install - littleredshack/socketbi GitHub Wiki

Server

Server runs as a standard nodejs app:

  1. Install nodejs

  2. Download all the code under the server directory

  3. Check and edit the config.json file if necessary

  4. From that directory, run 'node app.js'

Client

Client is intended to run under an apache web server

  1. Install apache web server

  2. Create a folder in the apache htdocs directory

  3. Copy all client files and subfolders into that directory

  4. Open a browser to that directory