Operation Pandora Trigger Command Center https://opt4.net
 
 
 
 
 
 
Go to file
hardi 3dc348e5a5 Merge branch 'release/v1.6.3' of hardi/opt-cc into master 2017-11-10 15:18:28 +01:00
api Fix player name parsing from Fraktionsuebersicht 2017-11-10 15:15:24 +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 Fix player name parsing from Fraktionsuebersicht 2017-11-10 15:15:24 +01:00
.editorconfig first commit 2017-05-10 11:04:06 +02:00
.gitignore Downgrade ngx-datatable and add package-lock to git 2017-11-10 15:08:35 +01:00
README.md Optimize graph printing and data assignment 2017-10-30 08:59:08 +01:00
package-lock.json Downgrade ngx-datatable and add package-lock to git 2017-11-10 15:08:35 +01:00
package.json Introduce Enum for fraction names;Add player detail tab 2017-11-07 14:02:49 +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