func-e
func-e (pronounced funky) makes running Envoy® easy
File Explorer
Download Latest Version (.zip)- bug-report.md
- feature-request.md
- bump-envoy.yaml
- commit.yaml
- Dockerfile
- internal-images.yml
- packaging.yaml
- release.yaml
- release_notes.sh
- CODEOWNERS
- run.go
- main.go
- main_test.go
- func-e_run_test.go
- func-e_test.go
- func-e_use_test.go
- func-e_version_test.go
- func-e_versions_test.go
- func-e_which_test.go
- main_test.go
- README.md
- static-filesystem.yaml
- admin.go
- admin_test.go
- middleware.go
- middleware_test.go
- doc.go
- admin.go
- admin_test.go
- admin.go
- middleware.go
- opts.go
- .editorconfig
- func-e_help.txt
- func-e_run_help.txt
- func-e_use_help.txt
- func-e_versions_help.txt
- func-e_which_help.txt
- app.go
- app_test.go
- errors.go
- help_test.go
- main_test.go
- man_test.go
- run.go
- run_test.go
- usage_md_test.go
- use.go
- use_test.go
- versions.go
- versions_cmd_test.go
- versions_test.go
- which.go
- which_test.go
- access_log.yaml
- access_log_typed_config.yaml
- admin_ephemeral.yaml
- admin_localhost.yaml
- no_admin.yaml
- static_file.yaml
- static_file_typed_config.yaml
- udp_proxy.yaml
- config.go
- config_test.go
- http.go
- http_test.go
- install.go
- install_test.go
- main_test.go
- proc_attr_linux.go
- proc_attr_other.go
- run.go
- run_test.go
- runtime.go
- runtime_test.go
- startup.go
- startup_test.go
- version.go
- version_test.go
- versions.go
- versions_test.go
- globals.go
- globals_test.go
- paths.go
- paths_test.go
- func-e_run_test.go
- func-e_test.go
- main_test.go
- run.go
- opts.go
- opts_test.go
- run.go
- run_test.go
- baz.txt
- empty.txt
- bar.sh
- empty.tar
- empty.tar.gz
- empty.tar.xz
- test.tar
- test.tar.gz
- test.tar.xz
- tar.go
- tar_test.go
- build.go
- func-e.go
- testrun.go
- http.go
- morerequire.go
- server.go
- main.go
- main_test.go
- .editorconfig
- last_known_envoy.txt
- version.go
- version_test.go
- test_source.go
- last_known_envoy_test.go
- func-e.8
- nfpm.yaml
- verify_deb.sh
- verify_rpm.sh
- _index.md
- learn.md
- baseof.html
- extended_head.html
- footer.html
- icon@16w.png
- icon@180w.png
- icon@192w.png
- icon@32w.png
- icon@512w.png
- favicon.ico
- install.sh
- manifest.webmanifest
- robots.txt
- hello-friend
- .gitignore
- config.toml
- README.md
- .editorconfig
- .gitattributes
- .gitignore
- .gitmodules
- .golangci.yml
- .licenseheader
- .mailmap
- codecov.yml
- CONFIG.md
- CONTRIBUTING.md
- DEVELOPER.md
- go.mod
- go.sum
- LICENSE
- Makefile
- netlify.toml
- RATIONALE.md
- README.md
- run.go
- run_test.go
- Tools.mk
- USAGE.md
# Installation Guide
1. Get the code
git clone https://github.com/tetratelabs/func-e
Downloads the entire project code from GitHub to your computer.
cd func-e
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
