Operation Pandora Trigger Command Center https://opt4.net
 
 
 
 
 
 
Go to file
Florian Hartwich 2daefe0e6c add observable for filter 2017-12-27 12:21:41 +01:00
api add plazer highscore tables with filter 2017-12-26 17:09:49 +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 add observable for filter 2017-12-27 12:21:41 +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 add new list entry for highscore 2017-12-23 10:41:36 +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