16 lines
755 B
Markdown
16 lines
755 B
Markdown
session server installation process:
|
|
|
|
1. open powershell as administrator and run enable_policy.py
|
|
2. install everything from "should_install" directory
|
|
3. setup config.py (you should create config.py, check example in config.py.example)
|
|
4. 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 |