-
Notifications
You must be signed in to change notification settings - Fork 116
Orbit Electron App builds should be publicly available #132
Comments
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. |
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? |
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 . |
I would look into something like this: https://github.com/electron-userland/electron-builder |
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++. |
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. |
@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 Sounds. good. Currently working in ipfs/distributions#133 on this. Your feedback would be great. |
How to build Orbit distribution packages? This came up in ipfs/distributions#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 |
@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 |
@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"? |
People should be able to download a build of Orbit from dist.ipfs.io.
The text was updated successfully, but these errors were encountered: