Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willdady/foreman
Foreman is a Rust based remote job manager and executor agent
https://github.com/willdady/foreman
Last synced: 6 days ago
JSON representation
Foreman is a Rust based remote job manager and executor agent
- Host: GitHub
- URL: https://github.com/willdady/foreman
- Owner: willdady
- License: mit
- Created: 2024-12-22T21:54:56.000Z (11 days ago)
- Default Branch: master
- Last Pushed: 2024-12-24T01:47:46.000Z (10 days ago)
- Last Synced: 2024-12-24T02:40:11.323Z (10 days ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# foreman
## Installation
Install the Rust toolchain via rustup.
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```Compile release build.
```bash
cargo build --release
```## Usage
TODO