File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ install pm2 as a global package, and then install [pm2-windows-service](https://
5555npm i -g pm2
5656npm i -g pm2-windows-service
5757pm2-service-install
58+ # Perform environment setup: answer yes
59+ # Set PM2_HOME: answer yes and the type the path to the folder you intent on saving the openflow/nodered config files into ( like c:\openflow )
60+ # PM2_SERVICE_SCRIPTS: answer no
61+ # PM2_SERVICE_PM2_DIR: answer yes, and then accept the default path
5862```
5963
6064then create a template configuration file using
@@ -92,11 +96,16 @@ mkdir c:\openflow
9296cd \o penflow
9397```
9498
95- install [ pm2-windows-service] ( https://www.npmjs.com/package/pm2-windows-service )
96-
99+ install pm2 as a global package, and then install [ pm2-windows-service] ( https://www.npmjs.com/package/pm2-windows-service )
100+ ** Important ** : Say no to startup scripts PM2_SERVICE_SCRIPTS
97101``` bash
102+ npm i -g pm2
98103npm i -g pm2-windows-service
99104pm2-service-install
105+ # Perform environment setup: answer yes
106+ # Set PM2_HOME: answer yes and the type the path to the folder you intent on saving the openflow/nodered config files into ( like c:\openflow )
107+ # PM2_SERVICE_SCRIPTS: answer no
108+ # PM2_SERVICE_PM2_DIR: answer yes, and then accept the default path
100109```
101110
102111then create a template configuration file using
You can’t perform that action at this time.
0 commit comments