Operation Pandora Trigger Command Center https://opt4.net
 
 
 
 
 
 
Go to file
hardi 38ce62f91a Update 'package.json' 2018-02-03 12:53:29 +01:00
api remove empty squads from army view; replace window.scroll with window.scrollTo() 2018-02-03 12:13:11 +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 remove empty squads from army view; replace window.scroll with window.scrollTo() 2018-02-03 12:13:11 +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 'package.json' 2018-02-03 12:53:29 +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