-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: one line installation script for Mithril nodes #2136
Conversation
Test Results 4 files 51 suites 11m 42s ⏱️ Results for commit d75ab71. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🔥
e4b6f9a
to
d75ab71
Compare
Content
This PR includes an installation script for Mithril nodes which will hopefully help achieve a better adoption of the latest releases. A one line command has also been added in the pre-built binary installation sections of the pages of the documentation.
New installation script
mithril-install.sh
: Added a new script to install or upgrade Mithril nodes. The script supports different nodes (mithril-signer, mithril-aggregator, mithril-client), distributions (latest, unstable, specific versions), and installation paths. It includes error handling and validation for operating systems and architectures.Note
Before the PR is merged the installation script can be tested with this command:
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/jpraynaud/2034-install-script-mithril-nodes/mithril-install.sh | sh -s -- -c mithril-signer -d latest -p $(pwd)
Documentation updates
docs/website/root/compiled-binaries.md
: Removed outdated content and converted the file to MDX format.compiled-binaries.mdx
instead ofcompiled-binaries.md
. This includes files related to Mithril nodes and getting started guides.Pre-submit checklist
Issue(s)
Relates to #2034