Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 973 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 973 Bytes

jukebox

Requires node.js with express and socket.io installed.

Start with "node server.js"

##Installing

###Ubuntu/Debian

sudo apt-get install nodejs npm git
sudo npm install express
sudo npm install socket.io
git clone https://github.com/atmosfar/tf2webGL.git
cd tf2webGL  
node server.js

###Mac OS X Assumes you use Homebrew. If not, use the node.js installer and skip the first command.

brew install nodejs
npm install express
npm install socket.io
git clone https://github.com/atmosfar/tf2webGL.git
cd tf2webGL  
node server.js

###Windows Install node.js.
Install express and socket.io through Node Package Manager (npm).
Install git.
Complete the final three steps above in Git Bash.

##Caveats: Does not work with TF2 running at the same time (CLRBrowserSourcePlugin3 - Chromium 31 base)