Operation Pandora Trigger Command Center https://opt4.net
 
 
 
 
 
 
Go to file
hardi 407ed7b526 Merge branch 'release/v1.6.4' of hardi/opt-cc into master 2017-11-13 15:55:56 +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 remove unused css 2017-11-13 15:50:59 +01:00
.editorconfig first commit 2017-05-10 11:04:06 +02:00
.gitignore Mudulize war detail view 2017-11-12 19:27:26 +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 Mudulize war detail view 2017-11-12 19:27:26 +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