Skip to content
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

Open
huyle10 opened this issue Oct 15, 2024 · 4 comments
Open

Deploy bagetter via chocolatey #189

huyle10 opened this issue Oct 15, 2024 · 4 comments

Comments

@huyle10
Copy link

huyle10 commented Oct 15, 2024

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,

@seriouz
Copy link

seriouz commented Oct 27, 2024

I'll see what I can do!

@Regenhardt
Copy link

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?

@huyle10
Copy link
Author

huyle10 commented Nov 28, 2024

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.

@Regenhardt
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants