Skip to content

mozilla-platform-ops/bean-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install bean counter

install curl, gzip and jq

sudo apt-get install curl gzip jq

install node and pm2

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
export NVM_DIR=${HOME}/.nvm
source ${NVM_DIR}/nvm.sh
source ${NVM_DIR}/bash_completion
source ${NVM_DIR}/nvm.sh && nvm install v16.3.0
${NVM_DIR}/versions/node/v16.3.0/bin/npm install --global npm pm2****