38 lines
528 B
Markdown
38 lines
528 B
Markdown
|
|
# Operation Pandora Trigger Commandcenter
|
|
|
|
_MEAN Application_
|
|
|
|
|
|
## Installation
|
|
|
|
### Setup mongoDB
|
|
|
|
https://docs.mongodb.com/manual/administration/install-community/
|
|
|
|
### 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
|
|
|
|
## Development and Execution
|
|
|
|
### First run in dev mode
|
|
|
|
### Run in Production
|
|
|
|
## License Information
|