Operation Pandora Trigger Command Center https://opt4.net
 
 
 
 
 
 
Go to file
hardi 1f308ec3a5 Merge branch 'release/v1.8.4' of hardi/opt-cc into master 2018-11-24 14:40:20 +01:00
api Rework admin user management to use default two culumn layout (CC-68) 2018-11-24 14:05:52 +01:00
backup add vehicle kill log table export for backup/dredd 2018-03-28 14:58:48 +02:00
docs Update codestyle: remove JS space in brackets; Fix formatting & lint 2018-10-10 23:20:20 +02:00
static Fix error message display for login page (CC-71) 2018-11-24 14:12:05 +01:00
.editorconfig first commit 2017-05-10 11:04:06 +02:00
.gitignore add file resources for apib tests and env dependent tmp file usage for tests 2018-03-30 20:21:28 +02:00
README.md Update 'README.md' 2018-10-20 11:18:20 +02:00
package-lock.json replace all add buttons 2018-07-06 23:23:29 +02:00
package.json set feature variables from ts environment 2018-10-20 16:16:11 +02: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

A MEAN Application created for operation-pandora.com Arma3 Community

Installation

All steps described here are working with a Debian based Linux system

Setup required 3rd Party Software

Setup for Development

Run the installation script located in the docs folder:

./docs/opt-cc-environment/3rd-party-install.sh

It installs NPM, Node and MongoDB on latest versions. In addition, it sets up the mongo deamon to start up automatically with the system.

Setup for Production

NOTE: It his highly recommended not to run the following steps as root user!

For production setup run the script, described in Setup for development, adding the parameter prod

./docs/opt-cc-environment/3rd-party-install.sh prod

This adds the pm2 process manager to be installed and start the opt-cc server as pm2 process. Run the sudo command printed as last output to configure the pm2 process for automatic start on the system.

Development

Run and Modify Application

NOTE: Do not use the execution described here in any production environment! It will make the running application highly vulnerable.

Before triggering the environment execution run

npm install

inside the main folder, to process all needed npm package installations for the program execution.

To compile the Angular code and afterwards start the Express server with nodemon for development purpose run

npm run dev

Any changes on api code will trigger an automatic restart of the Express server.

Changes on static code can be submitted with

npm run deploy-static

The page must be reloaded after this build step is finished, in order to make changes visible.

Run Tests

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 6 Frontend (/static)

published under MIT License