mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-12 13:42:28 +00:00
7 lines
170 B
JavaScript
Executable File
7 lines
170 B
JavaScript
Executable File
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
|