orbit icon indicating copy to clipboard operation
orbit copied to clipboard

Orbit Electron App builds should be publicly available

Open haadcode opened this issue 7 years ago • 11 comments

People should be able to download a build of Orbit from dist.ipfs.io.

  • [ ] Automate build process (almost done, just need to upload the .gz files from CircleCI to dist)
  • [ ] Figure out deployment to dist.ipfs.io

haadcode avatar Oct 03 '16 13:10 haadcode

Changed the title to not lock down the decision yet on where the builds will be located. Can be dist.ipfs.io, can be Github releases, can be something else.

haadcode avatar Oct 04 '16 11:10 haadcode

04:42 < dignifiedquire> haad: I think Orbit releases should be both on github and on dist.ipfs.io, githbub releases are just the place everyone is going to look for to download if they are familar with github projets

Agreed @dignifiedquire, would be good to have them in Github too. Let's keep the discussion going for this one and see what the best solution is.

There has been requests for a dedicated website, which would also work as a nice distribution page (or linking to dist.ipfs.io).

Any input here @jbenet @RichardLitt?

haadcode avatar Oct 04 '16 11:10 haadcode

We should also look into tools that do CircleCI (CI) --> Web (Github/dist.ipfs.io/pinbot/whatnot) automatically. We now can build all the distribution packages for Orbit in CircleCI, but we need an automated way to "upload" the packages from CI to .

haadcode avatar Oct 04 '16 11:10 haadcode

but we need an automated way to "upload" the packages from CI to .

I would look into something like this: https://github.com/electron-userland/electron-builder Publishing artificats: https://github.com/electron-userland/electron-builder/wiki/Publishing-Artifacts

dignifiedquire avatar Oct 04 '16 11:10 dignifiedquire

I think a dedicated website would be sweet, but after we have the other three up - multiformats, ipld, and libp2p. But definitely having it on dist and on GitHub would be a++.

RichardLitt avatar Oct 04 '16 14:10 RichardLitt

First step for this goal is to make what we currently have for dist builds available in dist.ipfs.io. @whyrusleeping is providing help for this.

haadcode avatar Oct 19 '16 06:10 haadcode

@RichardLitt let's use this issue to track the progress on the release process discussion documentation for this sprint. Assigned you as you claimed this task yesterday.

haadcode avatar Jan 31 '17 15:01 haadcode

@haadcode Sounds. good. Currently working in ipfs/distributions#133 on this. Your feedback would be great.

RichardLitt avatar Jan 31 '17 18:01 RichardLitt

How to build Orbit distribution packages?

This came up in https://github.com/ipfs/distributions/issues/133 and I realized we don't have the process documented, so adding the notes here to make sure we write down these into the README as we work on this goal

Easiest way to make the release builds is to run make, then make build and then make dist (to get .tar.gz packages. See https://github.com/haadcode/orbit/blob/master/Makefile for details. I don't think the make commands are documented atm, we should do that.

haadcode avatar Feb 01 '17 05:02 haadcode

@RichardLitt I documented the orbit-electron build and packaging process: https://github.com/orbitdb/orbit-electron#distributable-packages. Following those instructions, you should be able to build it locally and use the artefacts as the distribution packages. It'll build everything into bin/dist/ and you'll have a .tar.gz file for each platform+architecture (currently only darwin and linux 64bit).

haadcode avatar Feb 06 '17 16:02 haadcode

@RichardLitt small request: when you start working on this again actively, can you move the card in https://waffle.io/haadcode/orbit to "In Progress"?

haadcode avatar Feb 06 '17 16:02 haadcode