Update README.md - Adding SBC Linux updating process.#559
Update README.md - Adding SBC Linux updating process.#559Will-wastelander wants to merge 2 commits into
Conversation
Added SBC Linux update process.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| podman run -d -p 8080:8080 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web | ||
| ``` | ||
|
|
||
| ## SBC Linux |
There was a problem hiding this comment.
I'm wondering if we should include "MeshtasticD" in the title?
There was a problem hiding this comment.
Also, can just be "Linux" as it doesn't have to be on an SBC
|
|
||
| Download latest Build.tar file, extract to `/usr/shared/meshtasticd/web`. | ||
|
|
||
| ```bash |
There was a problem hiding this comment.
I think we should explictly tell them to change dir's to their home directory, so they can do that work in that folder prior to moving the web folder into meshtasticd.
There was a problem hiding this comment.
This was the implied location. This line was more of a description of what the overall commands/actions below do.
Added command to make sure user is in home directory before completing any commands.
|
We should not be instructing users to upgrade the web portion manually. This has high potential to result in broken package upgrades in the future, and will result in additional support burden on the Linux maintainers. I'd much rather direct users to our Daily or Alpha builds if they'd like to test the latest and greatest web releases. |
|
So I do happen to agree with @vidplace7 here, I had only found out today we offer alpha/early releases of MeshtasticD. Since @vidplace7 is mainly responsible for that app, I am going to defer to his judgement on this and close this pull request. I will commit to sending anyone who wants it a link to those docs when they are released. |
Added SBC Linux update process.
Description
Providing a way to update WebUI on SBC Linux systems like FemtoFox carrier board for LuckyFox. This allows for users to have an updated WebUI.
Changes Made
SBC LinuxTesting Done
Ran commands via SSH to FemtoFox carrier board for LuckyFox
Checklist
Additional Notes
This process may also work with Raspberry Pi, and other SBC systems. I do not have another carrier board that runs Linux at this time.