opt-cc/README.md

1.1 KiB

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