Operation Pandora Trigger Command Center https://opt4.net
 
 
 
 
 
 
Go to file
Florian Hartwich bcfe6cf49a Add pm2 setup to 3rd party init 2018-02-16 15:34:31 +01:00
api Add pm2 setup to 3rd party init 2018-02-16 15:34:31 +01:00
backup Update modules and apply logger use 2018-02-04 15:58:28 +01:00
docs Add pm2 setup to 3rd party init 2018-02-16 15:34:31 +01: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 Add automation 3rd party software install script 2018-02-11 12:26:53 +01:00
package-lock.json add new list entry for highscore 2017-12-23 10:41:36 +01:00
package.json Update version 2018-02-04 16:37:15 +01:00
pm2-start.json Add pm2 setup to 3rd party init 2018-02-16 15:34:31 +01:00

README.md

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