docs/sources/setup/install/install-from-source.md
Clone the Grafana Loki repository and use the provided Makefile
to build Loki from source.
{{< admonition type="note" >}} Grafana Loki does not come with any included authentication layer. You must run an authenticating reverse proxy in front of your services to prevent unauthorized access to Loki (for example, nginx). Refer to Manage authentication for a list of open-source reverse proxies you can use. {{< /admonition >}}
$GOPATH environment variablemakeClone Loki to $GOPATH/src/github.com/grafana/loki:
git clone https://github.com/grafana/loki $GOPATH/src/github.com/grafana/loki
With a current working directory of $GOPATH/src/github.com/grafana/loki:
make loki
The built executable will be in $GOPATH/src/github.com/grafana/loki/cmd/loki/loki.