CodeWithAloha / HIERR

A Human-Centered Digital Engagement Process for the Hawai‘i Economic Recovery & Resilience Project with the State Office of Planning & Sustainable Development
https://hierr.vercel.app/
8 stars 7 forks source link

Document the process for converting the app into a windows service using NSSM #163

Open avenmia opened 9 months ago

avenmia commented 9 months ago

The steps should look something like the following:

Download NSSM from: https://nssm.cc/download

Put NSSM on PATH

nssm install "" nssm set HIERR AppDirectory "" nssm set HIERR AppParamters "run start"

References: https://nssm.cc/