-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy bagetter via chocolatey #189
Comments
I'll see what I can do! |
I'm not sure about the use case here, should chocolatey install bagetter as windows service, or just install the executable and you start it (or set up as windows service) yourself? |
As a service would be ideal. If you install it as an executable, I would use non-sucking service manager (nssm.cc) to automate the service setup via command line. I believe most people will spin up a dedicated vm for bagetter; so a service makes sense. |
As windows service should be not too bad, new project with a Program.cs initializing it like here: https://thecodebuzz.com/host-asp-net-core-api-as-windows-services/. Packing & distribution via chocolatey (and maybe winget) needs to be researched, any hints would be appreciated. |
Hello there,
As a system administrator, I have been using chocolatey windows pacakage manager (https://community.chocolatey.org/) to automate software installation. Could you please see if it is possible to add chocolatey support to install bagetter as a package?
Best regards,
The text was updated successfully, but these errors were encountered: