initial files

This commit is contained in:
C
2023-02-03 13:29:50 +05:00
parent 10c7d9163d
commit cc0821815e
10 changed files with 122 additions and 1 deletions
+15 -1
View File
@@ -1,2 +1,16 @@
# pixel-streaming-session-server-package
session server installation process:
all paths stored in config.py
1. install everything from "should_install" directory
2. setup session-server config files inside "session_server_config" directory
3. run "start_install_package.py" script with double click or run from powershell with "python" prefix
if everything OK package installed
you can check "session-server" status with following commands: "pm2 status", "pm2 monit", "pm2 logs"
session server configuration change process:
1. change config files inside "session_server_config" directory
2. run "reconfigure_package.py" script with double click or run from powershell with "python" prefix