WIP: Docs for prebuilt binairies #27

Merged
elegaanz merged 4 commits from plume/documentation:prebuilt into master 2019-04-19 16:03:47 +00:00
elegaanz commented 2019-04-17 20:40:58 +00:00 (Migrated from github.com)

Once I will have pre-compiled diesel, plm and plume and uploaded them to GitHub, I will update the TODOs.

Once I will have pre-compiled diesel, plm and plume and uploaded them to GitHub, I will update the `TODO`s.

I think we can generate all those as "build artifact" on Circle Ci

I think we can generate all those as "build artifact" on Circle Ci
elegaanz commented 2019-04-18 12:19:26 +00:00 (Migrated from github.com)

Yes, probably, but I don't have the courage to do it before the next release… 😬

Yes, probably, but I don't have the courage to do it before the next release… :grimacing:

Is there a due date already?

Is there a due date already?
elegaanz commented 2019-04-18 12:28:50 +00:00 (Migrated from github.com)

Not really, I would have liked to do it tomorrow or this week-end now that all the PRs have been merged, but it can be delayed.

Not really, I would have liked to do it tomorrow or this week-end now that all the PRs have been merged, but it can be delayed.
igalic commented 2019-04-18 12:31:30 +00:00 (Migrated from github.com)

I think we can generate all those as "build artifact" on Circle Ci

and where will they be uploaded to?

> I think we can generate all those as "build artifact" on Circle Ci and where will they be uploaded to?

I think they are uploaded on circle ci, but we'll have to test

I think they are uploaded on circle ci, but we'll have to test

So, I tested, here they are https://circleci.com/gh/Plume-org/Plume/2681#artifacts/containers/0
It's not very practical as is (you can't download all at once), so maybe I'll try to tgz theme before

So, I tested, here they are https://circleci.com/gh/Plume-org/Plume/2681#artifacts/containers/0 It's not very practical as is (you can't download all at once), so maybe I'll try to tgz theme before
trinity-1686a reviewed 2019-04-19 08:46:40 +00:00
@ -8,0 +17,4 @@
```bash
# Create a directory to store executables (this is the standard place for Rust binaries)
mkdir -p ~/.cargo/bin

it's either plume.tar.gz, or assets.tar.gz, but can't be both at the same time

it's either plume.tar.gz, or assets.tar.gz, but can't be both at the same time
igalic (Migrated from github.com) reviewed 2019-04-19 15:14:14 +00:00
igalic (Migrated from github.com) commented 2019-04-19 15:14:09 +00:00

tar xf plume.tar.gz should be enough, really.

`tar xf plume.tar.gz` should be enough, really.
elegaanz (Migrated from github.com) reviewed 2019-04-19 15:21:19 +00:00
elegaanz (Migrated from github.com) commented 2019-04-19 15:21:18 +00:00

(to be honest I copied a command from stackoverflow, because I can't remember how to use tar 😅)

(to be honest I copied a command from stackoverflow, because I can't remember how to use `tar` :sweat_smile:)
Sign in to join this conversation.
No description provided.