Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperledger/homebrew-besu
https://github.com/hyperledger/homebrew-besu
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperledger/homebrew-besu
- Owner: hyperledger
- License: apache-2.0
- Created: 2019-09-18T04:42:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T00:28:40.000Z (3 months ago)
- Last Synced: 2024-08-02T07:27:44.807Z (3 months ago)
- Language: Shell
- Homepage: https://wiki.hyperledger.org/display/besu
- Size: 106 KB
- Stars: 3
- Watchers: 17
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-besu - Homebrew Besu - Homebrew Tap for Besu. (Other repositories)
README
# homebrew-besu
[![Discord](https://img.shields.io/discord/905194001349627914?logo=Hyperledger&style=plastic.svg)](https://discord.gg/hyperledger)
[![Documentation Status](https://readthedocs.org/projects/hyperledger-besu/badge/?version=latest)](https://besu.hyperledger.org/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/hyperledger/homebrew-besu/blob/main/LICENSE)
Homebrew Tap for besu.## Getting started
Add the tap, and install:```
brew tap hyperledger/besu
brew install besu
```
Run the besu executable:```
besu --help
```Refer to the [Besu docs](https://besu.hyperledger.org) for further information.
To upgrade besu:
```
brew tap hyperledger/besu
brew upgrade besu
```## Version update workflow
Use GitHub [workflow](.github/workflows/update-version.yml) to updated the version. Run the workflow to perform new
release update. Workflow requires Besu version, name of the git author and the email of the aurther. If the workflow
have permission to create pull requests, it will create the PR. If not user need to create the pull request using the
created branch.