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

minor updates to the 'From Source' page #1222

Merged
merged 1 commit into from
Feb 5, 2024
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
5 changes: 2 additions & 3 deletions content/docs/deploy/core/from-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,17 @@ import ConfigMinimal from '@site/content/examples/config/config.minimal.yaml.md'

# Building Pomerium From Source

This document covers how to retrieve and build Pomerium from its source-code as well as how to run Pomerium using a minimal but complete configuration. One of the benefits of compiling from source is that Go supports building static binaries for a [wide array of architectures and operating systems](https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63).
This document covers how to retrieve and build Pomerium from its source code as well as how to run Pomerium using a minimal but complete configuration.

## Prerequisites

- [git](https://git-scm.com/)
- [go](https://golang.org/doc/install) programming language
- A configured [identity provider]
- [golangci-lint](https://golangci-lint.run/usage/install/#local-installation)

## Download

Retrieve the latest copy of pomerium's source code by cloning the repository.
Retrieve the latest copy of Pomerium's source code by cloning the repository.

```bash
git clone https://github.com/pomerium/pomerium.git $HOME/pomerium
Expand Down
Loading