.env config updated, pm2 no-treekill and name added, config.py updated, .conf added to .gitignore, generate nginx configuration added
This commit is contained in:
@@ -46,8 +46,8 @@ shutil.copy(session_server_titles_file, session_server_titles_destination)
|
||||
powershell.run_command_no_dir('npm i -g pm2')
|
||||
|
||||
# start session server
|
||||
powershell.run_command('pm2 start app.js', session_server_root_dir)
|
||||
powershell.run_command('pm2 start app.js --no-treekill --name session-server', session_server_root_dir)
|
||||
|
||||
# add to startup
|
||||
# add to startup
|
||||
|
||||
print('\nPackage successfully deployed to: ', deploy_path, '\n')
|
||||
Reference in New Issue
Block a user