pharos-cluster
pharos-cluster copied to clipboard
Release the binaries
If you're releasing the source code does it not make sense to release the binaries as well for easier consumption?
From reading the docs it seems they want people to install pharos using chpharos, which requires to log in to an account on their site. IMO that would be fine if there was docs somewhere on how to build pharos for those who don't want to use chpharos, for example when packaging it for distributions. I couldn't find any documentation on that though.
@jcgruenhage we will add build docs to the readme asap. Meanwhile you can check how we build the binaries from here: https://github.com/kontena/pharos-cluster/blob/master/build/drone/ubuntu_oss.sh . It's also possible to build plain rubygem from the gemspec.
Thanks for the link, that's nearly as good as docs :)