You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh -o install_nvm.sh
bash install_nvm.sh
source ~/.profile
nvm install v9.11.2
node -v


apt install cmake

npm install  bufferutil utf-8-validate

cd /home/qow/

wget -O webssh2.zip https://github.com/billchurch/webssh2/archive/refs/heads/main.zip

unzip webssh2.zip

mv webssh2-work webssh2 

cd webssh2/app

npm install --production

cp config.json.sample config.json

nvm alias default  v10.24.1

nvm use default

npm start



  • No labels