Operation Pandora Trigger Command Center https://opt4.net
 
 
 
 
 
 
Go to file
hardi 6a4ea225c4 Merge branch 'release/1.6.1' of hardi/opt-cc into master 2017-11-02 11:26:53 +01:00
api Fix date util and log parse; Fix fract revive count 2017-11-02 11:17:16 +01:00
backup Fix player pie chart color & add new tables to backup 2017-10-30 09:43:12 +01:00
docs Add scoreboard table data sorting 2017-07-09 17:08:32 +02:00
static remove last curve input 2017-11-02 11:26:10 +01:00
.editorconfig first commit 2017-05-10 11:04:06 +02:00
.gitignore remove package-lock 2017-08-27 12:39:03 +02:00
README.md Optimize graph printing and data assignment 2017-10-30 08:59:08 +01:00
package.json Fix date util and log parse; Fix fract revive count 2017-11-02 11:17:16 +01:00

README.md

Operation Pandora Trigger Commandcenter

MEAN Application

Installation

Setup mongoDB

https://docs.mongodb.com/manual/administration/install-community/

Setup node and npm

sudo apt-get install npm nodejs-legacy

update to latest npm version

sudo npm install -g npm@latest

update node to latest version

sudo npm install -g n@latest
n latest 

check versions

npm -v
node -v

Development and Execution

First run in dev mode

Run in Production

License Information