# Operation Pandora Trigger Commandcenter [MEAN Application](http://mean.io/) created for [www.operation-pandora.com](https://www.operation-pandora.com) Arma3 Community ## Installation ### Setup 3rd Party Software Run the installation script located in the docs folder: ./docs/opt-cc-environment/3rd-party-install It installs NPM, Node and MongoDB on latest versions. In addition, it sets up the mongo deamon to start up automatically with the system. ## Development and Execution Before running any execution run npm install inside the main folder to trigger all needed npm package installations for the program execution. ### Run in Dev Mode *TODO* ### Run in Production *TODO* ## License Information ### Express API (`/api`) published under [CC BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt) Main concept for API Server, pagination and MongoDB usage by [Prof. Dr.-Ing. Johannes Konert](https://prof.beuth-hochschule.de/konert/) All endpoints, signature image builder and Arma3 RPT-Log parsing by [Florian Hartwich](https://de.linkedin.com/in/florian-hartwich-b67b02125) ### Angular 5 Frontend (`/static`) published under [MIT License](https://opensource.org/licenses/MIT)