Operation Pandora Trigger Command Center https://opt4.net
 
 
 
 
 
 
Go to file
hardi 003cf39a9c Update 'README.md' 2018-02-03 12:55:38 +01:00
api Add license file for API 2018-02-03 12:51:06 +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 static license file 2018-02-03 12:52:32 +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 Update 'README.md' 2018-02-03 12:55:38 +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 created for www.operation-pandora.com Arma3 Community

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

Run in dev mode

TODO

Run in Production

TODO

License Information

Express API (/api)

published under CC BY-SA 4.0 License

Main concept for API Server, pagination and MongoDB usage by Prof. Dr.-Ing. Johannes Konert

All endpoints, signature image builder and Arma3 RPT-Log parsing by Florian Hartwich

Angular 5 Frontend (/static)

published under MIT License