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

Provide Ubuntu PPA (auto updates) #61

Open
alexgleason opened this issue Jan 30, 2016 · 0 comments
Open

Provide Ubuntu PPA (auto updates) #61

alexgleason opened this issue Jan 30, 2016 · 0 comments

Comments

@alexgleason
Copy link

In Ubuntu, PPAs are the way to install and update software. Once it's set up the user can do something like this.

This installs the PPA and updates the package list:

$ sudo apt-add-repository https://some.service/timeglass/glass
$ sudo apt-get update

Then this installs the package:

$ sudo apt-get install glass

Then when new changes are detected in the PPA, they will be installed on the user's system.

If you've never done this, it's actually quite challenging. It requires reading a lot of unclear documentation and uses https://launchpad.net/ as the service. This requires you to upload your source code directly to the Launchpad servers, then the binaries and package files are built on the server. The configuration must be very precise.

An easier way is to use https://packagecloud.io/ which is closed source, but accepts pre-binary files as part of the package. This is what Slack uses to distribute on Linux. They offer a free public account as long as you don't host too much data, which I think you'll be fine with.

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

1 participant