Skip to content
altras edited this page Mar 25, 2013 · 1 revision
  1. Install nodejs http://nodejs.org/
  2. Install nvm https://github.com/creationix/nvm
  3. Install npm https://github.com/isaacs/npm
  4. Start using node version 0.8.14, via nvm. Be sure to activate it . ~/nvm/nvm.sh
  5. Clone this repo and browse to the folder.
  6. Run npm install to install all packages.
  7. Run node warcluster.js to run the app on http://127.0.0.1:8082

Clone this wiki locally