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

[GITHUB-21] Update readme for bin install #22

Merged
merged 1 commit into from
Apr 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,29 @@ This role will install Fabio as a system service, the installation process can b
or from a release binary. Once installed this role will write out a properties file for Fabio
and ensure that the service is started.

### Installing a Fabio binary

By default this role will download a pre-compiled version of Fabio from the projects Github repository,
you can change the version installed via the fabio_version var:

```YAML
fabio_version: 1.4.2
```

### Installing Fabio from src

The default installation method is from src with Go 1.7.4 by default, if you wish to
This installation method will install from src with Go 1.8.1, if you wish to
install using a different version of Go then you can update the following vars:

```YAML
---

fabio_go_checksum: "47fda42e46b4c3ec93fa5d4d4cc6a748aa3f9411a2a2b7e08e3a6d80d753ec8b"
fabio_go_version: 1.7.4
fabio_install_from_source: false

```

### Installing a Fabio binary

This will download a pre-compiled version of Fabio from the projects Github repository:

```YAML
fabio_install_from_source: false
fabio_version: 1.3.4
```

### Configuring Fabio

Expand Down