WIP: Docs for prebuilt binairies #27

Merged
elegaanz merged 4 commits from plume/documentation:prebuilt into master 5 years ago
elegaanz commented 5 years ago (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.
Owner

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 5 years ago (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:
Owner

Is there a due date already?

Is there a due date already?
elegaanz commented 5 years ago (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 5 years ago (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?
Owner

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
Owner

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 5 years ago
@ -8,0 +17,4 @@
```bash
# Create a directory to store executables (this is the standard place for Rust binaries)
mkdir -p ~/.cargo/bin
Owner

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 5 years ago
igalic (Migrated from github.com) commented 5 years ago

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

`tar xf plume.tar.gz` should be enough, really.
elegaanz (Migrated from github.com) reviewed 5 years ago
elegaanz (Migrated from github.com) commented 5 years ago

(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:)
The pull request has been merged as 676d01f614.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b prebuilt master
git pull origin prebuilt

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff prebuilt
git push origin master
Sign in to join this conversation.
Loading…
There is no content yet.