Operation Pandora Trigger Command Center https://opt4.net
 
 
 
 
 
 
Go to file
HardiReady c6b9858420 Add new transport parsing to stats upload 2018-02-01 07:06:26 +01:00
api Add new transport parsing to stats upload 2018-02-01 07:06:26 +01:00
backup use existing method for war end date; extend backup output 2017-12-10 11:24:07 +01:00
docs Add scoreboard table data sorting 2017-07-09 17:08:32 +02:00
static Fix bg change destroy condition 2018-01-21 11:50:22 +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 add new list entry for highscore 2017-12-23 10:41:36 +01:00
package.json update version # 2018-01-16 19:47:07 +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