Browse Source

pm2 setup for linux

pull/18/head
Jeffery Mendis 10 months ago
parent
commit
626aa1d084
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      linux/centos/elxr/setup.sh

+ 3
- 3
linux/centos/elxr/setup.sh View File



# If pm2 command not found # If pm2 command not found
# Step 1 # Step 1
npm config get prefix
# npm config get prefix
# Step 2 # Step 2
# Might give a path like /usr/local/lib/node-v20.8.0-linux-x64 # Might give a path like /usr/local/lib/node-v20.8.0-linux-x64
# Append path with /bin # Append path with /bin
export PATH=$PATH:/usr/local/lib/node-v20.8.0-linux-x64/bin
# export PATH=$PATH:/usr/local/lib/node-v20.8.0-linux-x64/bin
# Step 3 # Step 3
# Check pm2 # Check pm2
pm2
# pm2

Loading…
Cancel
Save