Operation Pandora Trigger Command Center https://opt4.net
 
 
 
 
 
 
Go to file
hardi e6f64c1cc6 Merge branch 'feature/stats-2.0' of hardi/opt-cc into master 2017-10-30 09:01:33 +01:00
api Optimize graph printing and data assignment 2017-10-30 08:59:08 +01:00
backup Fix backup script 2017-10-12 08:25:44 +02:00
docs Add scoreboard table data sorting 2017-07-09 17:08:32 +02:00
static Optimize graph printing and data assignment 2017-10-30 08:59:08 +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 log parser; readjust war detail view 2017-10-28 12:58:40 +02: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