Zulip 1.8: Free software Slack alternative with email-style threading
101–110 of 153 posts
Re: Zulip 1.8: Free software Slack alternative with email-style threading
#102It is not "Free", it is freemium. Zulip On Cloud is the exact same freemium model and pricing of Slack. Zulip On-Premise also is freemium (Enterprise plan do not show the price). https://zulipchat.com/plans/
Re: Zulip 1.8: Free software Slack alternative with email-style threading
#103It is not "Free", it is freemium. Zulip On Cloud is the exact same freemium model and pricing of Slack. Zulip On-Premise also is freemium (Enterprise plan do not show the price). https://zulipchat.com/plans/
Re: Zulip 1.8: Free software Slack alternative with email-style threading
#104The install procedure [1] looks like bad a joke. > You’ll need an Ubuntu system that satisfies the installation requirements. So if I'm using RHEL, Fedora, Arch or any other Linux distribution, tough luck. If they're supporting only Ubuntu, they could have at least created some deb packages. There is an install script, but no details about what's going on under the hood or explanations of how to do it manually; what…
This comment is a great illustration of why companies and investors prefer software as a service business models wherever possible.
SaaS software often hits a sweet spot for one set of customers and then it is updated to match the needs of a new set of customers. Conflict can arise and the first set of customers abandon the product or are unhappy. When customers can deploy the software themselves they can decide to stay on the old version.
Of course this is often a terrible decision because customers get stuck on the really old version, experience security issues etc., but when it is managed appropriately (i.e. just strategic software for a business) it can work out. Managing lots of individual packages is a cottage industry for IT teams in big companies so they often undermine efforts to do this right.
Re: Zulip 1.8: Free software Slack alternative with email-style threading
#105Earlier quoted context omitted.
When there are so many options for one-click repeatable deployments of complex stacks that strikes me as an overreaction. I recently had to test a complex Django-based Document Management System: https://www.mayan-edms.com/ The install was a breeze. Even with very little experience with Docker it took me a matter of minutes to fire up a Digital Ocean droplet, paste in a few commands and have a fully working install.…
The install was a breeze because you practically installed a self contained black box. What if you wanted to use Apache instead of nginx or a custom compiled Python interpreter or PyPy?
Re: Zulip 1.8: Free software Slack alternative with email-style threading
#106Earlier quoted context omitted.
When there are so many options for one-click repeatable deployments of complex stacks that strikes me as an overreaction. I recently had to test a complex Django-based Document Management System: https://www.mayan-edms.com/ The install was a breeze. Even with very little experience with Docker it took me a matter of minutes to fire up a Digital Ocean droplet, paste in a few commands and have a fully working install.…
The install was a breeze because you practically installed a self contained black box. What if you wanted to use Apache instead of nginx or a custom compiled Python interpreter or PyPy?
Re: Zulip 1.8: Free software Slack alternative with email-style threading
#107Re: Zulip 1.8: Free software Slack alternative with email-style threading
#108Re: Zulip 1.8: Free software Slack alternative with email-style threading
#109Earlier quoted context omitted.
You'll want to sign up first, at https://chat.zulip.org/register/ .
That's what I did the first time. It keeps asking me for an email address to sign up OR sign up with Google or GitHub.
Re: Zulip 1.8: Free software Slack alternative with email-style threading
#110Earlier quoted context omitted.
The install was a breeze because you practically installed a self contained black box. What if you wanted to use Apache instead of nginx or a custom compiled Python interpreter or PyPy?
Then you go to documentation for a more manual installation and adjust it to your tastes.