typedb-studio icon indicating copy to clipboard operation
typedb-studio copied to clipboard

Provide a DEB distribution installable via APT

Open lolski opened this issue 6 years ago • 3 comments

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

lolski avatar Feb 11 '19 12:02 lolski

Blocked. We can't use due bazel-distribution rules due to https://github.com/graknlabs/workbase/issues/17

lolski avatar Mar 13 '19 11:03 lolski

@lolski is this still something we should do?

alexjpwalker avatar Nov 02 '21 17:11 alexjpwalker

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.

lolski avatar Nov 17 '21 20:11 lolski