diff --git a/README.md b/README.md index 777102a..bb94140 100644 --- a/README.md +++ b/README.md @@ -21,20 +21,14 @@ In addition, it sets up the mongo deamon to start up automatically with the syst #### Setup for Production -**NOTE:** It his highly recommended not to run the following steps as _root_ user! - -Before triggering the environment execution run - - npm install - -inside the main folder, to process all needed npm package installations for the program execution. +**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](http://pm2.keymetrics.io/) 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, as the current user. +Run the `sudo` command printed as last output to configure the `pm2` process for automatic start on the system. ## Development