Skip to content

Install using go

Prerequisites

  • golang 1.15+

Installation

  • Get the source code and install
$ go get github.com/bfenetworks/bfe

Executable object file location is ${GOPATH}/bin/bfe

Tip

If you encounter an error such as "https fetch: Get ... connect: connection timed out", please set the GOPROXY and try again. See Installation FAQ

Run

  • Run BFE with example configuration files:
$ cd ${GOPATH}/bin/ 
$ ./bfe -c ${GOPATH}/src/github.com/bfenetworks/bfe/conf/

Further reading