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

Compare with Current View Page History

Version 1 Next »


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

cd webssh2-main/app

npm install --production

cp config.json.sample config.json




  • No labels