Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

unzip webssh2.zip

mv webssh2-work webssh2 

cd webssh2-main/app

npm install --production

cp config.json.sample config.json

nvm alias default  v10.24.1

nvm use default

npm start