typedb-studio
typedb-studio copied to clipboard
Provide a DEB distribution installable via APT
Provide a DEB distribution hosted at https://repo.vaticle.com. This would allow users to install TypeDB Studio from the command line like so:
$ apt get typedb-studio
Blocked. We can't use due bazel-distribution
rules due to https://github.com/graknlabs/workbase/issues/17
@lolski is this still something we should do?
It's not urgent but nevertheless it would be ideal. Given that we already produce a DEB package anyway it would be unusual for it to not be installable from APT.
This was really hard to do in NodeJS environment, but hopefully now that we've transitioned to Kotlin it'll be much easier since we can just use the deploy_apt
rule in bazel-distribution
.
I believe installing a GUI application via APT is something that's common in Debian / Ubuntu right? I seem to remember that I can install OpenOffice and Firefox from APT.