bradleat / ARENA

An Infrastructure as a Service solution that allows service providers to run gaming tournaments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARENA

WARNING: SCHOOL PROJECT, WILL NOT MATURE A software suite that allows service providers to run gaming tournaments.

INSTALLATION

  1. Install node.js
  2. Install Couchbase
  3. Configure Couchbase (point your browser towards hostname:8091)
  4. Install libcouchbase
  5. sudo npm install --unsafe-perm
  6. mv Cakefile.sample Cakefile
  7. vim Cakefile and update it with your current path
  8. cake start

or (AT YOUR OWN RISK ON UBUNTU 12.04):

  1. Follow steps 2-3 above
  2. sudo ./setup.sh
  3. ???

About

An Infrastructure as a Service solution that allows service providers to run gaming tournaments.


Languages

Language:CoffeeScript 95.2%Language:Shell 4.8%