mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-12 13:42:28 +00:00
nodejs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ FFmpeg
|
||||
nginx-1.18.0
|
||||
nginx-rtmp-module
|
||||
rtl8812au
|
||||
node-v12.18.4
|
||||
|
||||
11
build-nodejs.sh
Executable file
11
build-nodejs.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
wget https://nodejs.org/dist/v12.18.4/node-v12.18.4.tar.gz
|
||||
tar -xzf node-v12.18.4.tar.gz
|
||||
rm node-v12.18.4.tar.gz
|
||||
cd node-v12.18.4
|
||||
./configure
|
||||
make -j2
|
||||
sudo make install
|
||||
cd ..
|
||||
sudo npm i -g pm2
|
||||
sudo pm2 startup
|
||||
|
||||
Reference in New Issue
Block a user