opt-cc/README.md

44 lines
1.2 KiB
Markdown
Raw Normal View History

2017-07-09 17:08:32 +02:00
# Operation Pandora Trigger Commandcenter
[MEAN Application](http://mean.io/) created for [www.operation-pandora.com](https://www.operation-pandora.com) Arma3 Community
2017-07-09 17:08:32 +02:00
## Installation
### Setup 3rd Party Software
2017-10-29 17:36:55 +01:00
Run the installation script located in the docs folder:
./docs/opt-cc-environment/3rd-party-install
2017-10-29 17:36:55 +01:00
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.
2017-10-29 17:36:55 +01:00
### Run in Dev Mode
2018-02-03 12:45:55 +01:00
*TODO*
2017-10-29 17:36:55 +01:00
### Run in Production
2018-02-03 12:45:55 +01:00
*TODO*
2017-07-09 17:08:32 +02:00
## License Information
2018-02-03 12:45:55 +01:00
### 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)