refactor(server): added in an example powershell script to install

This commit is contained in:
2025-03-06 19:35:33 -06:00
parent aae9813f9c
commit 6e20928943

View File

@@ -7,7 +7,7 @@ param (
)
# Example string to run with the parameters in it.
# .\services.ps1 -serviceName "LST-Admin" -option "install" -appPath "C:\Users\matthes01\Documents\lstV2" -description "The Admin DashBoard" -command "npm run startadm"
# .\services.ps1 -serviceName "LSTV2" -option "install" -appPath "E:\LST\lstV2" -description "Logistics Support Tool V2" -command "run start"
$nssmPath = $AppPath + "\nssm.exe"
$npmPath = "C:\Program Files\nodejs\npm.cmd" # Path to npm.cmd