status web

This commit is contained in:
sebseb7
2020-10-20 07:23:24 +01:00
parent 20698dde53
commit 4a5708e1eb
2 changed files with 27 additions and 1 deletions

6
install-status.js Executable file
View File

@@ -0,0 +1,6 @@
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm i -g pm2
sudo pm2 startup
npm i express
sudo pm2 start status.js