opt-cc/README.md

38 lines
528 B
Markdown
Raw Normal View History

2017-07-09 17:08:32 +02:00
# Operation Pandora Trigger Commandcenter
2017-07-09 17:08:32 +02:00
_MEAN Application_
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
### First run in dev mode
### Run in Production
2017-07-09 17:08:32 +02:00
## License Information