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

Add tigase-server to brew services #15

Open
michaelblyons opened this issue Oct 30, 2020 · 1 comment
Open

Add tigase-server to brew services #15

michaelblyons opened this issue Oct 30, 2020 · 1 comment

Comments

@michaelblyons
Copy link
Contributor

I only add this issue as a "this is possible" thing. It's not something I would use myself—I'm not going to run my XMPP server on my laptop.

Since tigase is a command-line program, if it can run on MacOS, you could create a formula (probably not a Cask?) for it. Furthermore, you can create a "service" for it in Homebrew. This lets the service define its start/stop steps, its status, and lets it begin either at boot or at user login.

$ brew services
Name       Status  User Plist
beanstalkd stopped
mysql      started me   /Users/me/Library/LaunchAgents/homebrew.mxcl.mysql.plist
redis      stopped

$ brew services stop mysql
Stopping `mysql`... (might take a while)
==> Successfully stopped `mysql` (label: homebrew.mxcl.mysql)

How does this help your company? I'm not sure. 🤷 I imagine it lets Mac users easily install a version of your flagship software to see what it is like... but I doubt anyone will use it as anything more than a toy or an eval.

@woj-tek
Copy link
Contributor

woj-tek commented Oct 30, 2020

Thank you for the suggestion. We will consider it, however for the exploratory runs we recommend using our Docker images (GitHub and DockerHub)

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

2 participants