Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
webGo Information wiki
Open sidebar
webGo
information
Wiki
Guides
install PM2
install PM2
· Changes
Page history
Update install PM2
authored
Jul 04, 2020
by
Martin Lam
Hide whitespace changes
Inline
Side-by-side
guides/install-PM2.md
View page @
38a4133f
# Install PM2
# Install PM2
## Copy and paste
## Copy and paste
Open a command prompt as Administrator
```
```
mkdir c:\etc\.pm2
mkdir c:\etc\.pm2
setx PM2_HOME c:\etc\.pm2 /m
setx PM2_HOME c:\etc\.pm2 /m
...
...