Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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