Skip to content
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

Run the relay Bare-Metal non-containerized #72

Open
0ex-d opened this issue Jan 3, 2025 · 0 comments
Open

Run the relay Bare-Metal non-containerized #72

0ex-d opened this issue Jan 3, 2025 · 0 comments

Comments

@0ex-d
Copy link
Contributor

0ex-d commented Jan 3, 2025

The current setup is optimized for running the relay via Docker, which works well for containerized environments. However, some developers prefer running the relay bare-metal to allow for easier debugging, flexibility, or environments where Docker isn’t available or practical.

Proposed Solutions:

  • Add a Makefile to handle tasks such as building, testing, and running the relay.
  • Clear documentation on required dependencies and setup steps pointed out by Add build dependencies to README #16 .
  • Ensure cargo test, cargo clippy, cargo doc can be run seamlessly outside Docker.

P.S: There’s already a ./justfile with potential for more commands to be added. Documenting its usage can further complement the bare-metal setup.

Kindly, let me know your thoughts on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant