1.2 KiB
1.2 KiB
Operation Pandora Trigger Commandcenter
MEAN Application created for 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
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