Files
pixel-streaming-session-ser…/README.md
T

15 lines
694 B
Markdown

session server installation process:
1. install everything from "should_install" directory
2. setup config.py (you should create config.py, check example in config.py.example)
3. run "install.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 "configure.py" script with double click or run from powershell with "python" prefix
3. run "restart.py" script with double click or run from powershell with "python" prefix