Operation Pandora Trigger Command Center https://opt4.net
 
 
 
 
 
 
Go to file
HardiReady 5f6be06516 Use fraction enum in squads module 2017-11-08 19:35:34 +01:00
api Use fraction Enum for admin panel and adjust account order 2017-11-08 14:44:32 +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 Use fraction enum in squads module 2017-11-08 19:35:34 +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 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