6. Install - littleredshack/socketbi GitHub Wiki
Server
Server runs as a standard nodejs app:
-
Install nodejs
-
Download all the code under the server directory
-
Check and edit the config.json file if necessary
-
From that directory, run 'node app.js'
Client
Client is intended to run under an apache web server
-
Install apache web server
-
Create a folder in the apache htdocs directory
-
Copy all client files and subfolders into that directory
-
Open a browser to that directory