opt-cc/README.md

50 lines
1.1 KiB
Markdown
Raw Normal View History

2017-07-09 17:08:32 +02:00
# Operation Pandora Trigger Commandcenter
2018-02-03 12:55:38 +01:00
[MEAN Application](http://mean.io/) created for [www.operation-pandora.com](www.operation-pandora.com) Arma3 Community
2017-07-09 17:08:32 +02:00
## Installation
2017-10-29 17:36:55 +01:00
### Setup mongoDB
https://docs.mongodb.com/manual/administration/install-community/
2017-10-29 17:36:55 +01:00
### Setup node and npm
sudo apt-get install npm nodejs-legacy
update to latest npm version
sudo npm install -g npm@latest
update node to latest version
sudo npm install -g n@latest
n latest
check versions
npm -v
node -v
2017-10-29 17:36:55 +01:00
## Development and Execution
2018-02-03 12:45:55 +01:00
### Run in dev mode
*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)