Skip to content

Commit

Permalink
Fix local.md doc (#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityacs authored Jul 2, 2020
1 parent 4ef52f2 commit 7399bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In order to log events with Loki, you must download and install both Promtail an
1. Navigate to the [release page](https://github.com/grafana/loki/releases/).
2. Scroll down to the Assets section under the version that you want to install.
3. Download the Loki and Promtail .zip files that correspond to your system.
**Note:** Do not download LogCLI or Loki Canary at this time. [LogCLI](./getting-started/logcli.md) allows you to run Loki queries in a command line interface. [Loki Canary](./operations/loki-canary.md) is a tool to audit Loki performance.
**Note:** Do not download LogCLI or Loki Canary at this time. [LogCLI](../getting-started/logcli.md) allows you to run Loki queries in a command line interface. [Loki Canary](../operations/loki-canary.md) is a tool to audit Loki performance.
4. Unzip the package contents into the same directory. This is where the two programs will run.
5. In the command line, change directory (`cd` on most systems) to the directory with Loki and Promtail. Copy and paste the commands below into your command line to download generic configuration files:
```
Expand All @@ -26,12 +26,12 @@ wget https://raw.githubusercontent.com/grafana/loki/master/cmd/promtail/promtail

**Linux**
```
./loki-linux-amd64 -config.file=promtail-local-config.yaml
./loki-linux-amd64 -config.file=loki-local-config.yaml
```

Loki runs and displays Loki logs in your command line and on http://localhost:3100/metrics.

Congratulations, Loki is installed and running! Next, you might want edit the Promtail config file to [get logs into Loki](./getting-started/get-logs-into-loki.md).
Congratulations, Loki is installed and running! Next, you might want edit the Promtail config file to [get logs into Loki](../getting-started/get-logs-into-loki.md).

## Release binaries - openSUSE Linux only

Expand Down

0 comments on commit 7399bef

Please sign in to comment.