npm install to WebServers added
This commit is contained in:
@@ -28,6 +28,7 @@ powershell.run_command('git pull ' + git_url_lib + ' master', session_server_lib
|
|||||||
# install node_modules
|
# install node_modules
|
||||||
session_server_root_dir = deploy_path + '/pixel-streaming-session-server'
|
session_server_root_dir = deploy_path + '/pixel-streaming-session-server'
|
||||||
powershell.run_command('npm install', session_server_root_dir)
|
powershell.run_command('npm install', session_server_root_dir)
|
||||||
|
powershell.run_command('npm install', deploy_path + '/pixel-streaming-webrtc/WebServers/')
|
||||||
powershell.run_command('npm install', deploy_path + '/pixel-streaming-webrtc/WebServers/SignallingWebServer')
|
powershell.run_command('npm install', deploy_path + '/pixel-streaming-webrtc/WebServers/SignallingWebServer')
|
||||||
powershell.run_command('npm install', deploy_path + '/pixel-streaming-webrtc/WebServers/SFU')
|
powershell.run_command('npm install', deploy_path + '/pixel-streaming-webrtc/WebServers/SFU')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user