From 646574c874d3096e4d04e8cb9b6dd1ef1f8217c1 Mon Sep 17 00:00:00 2001 From: Mike Arpaia Date: Fri, 3 Feb 2017 09:47:45 -0700 Subject: [PATCH] Fixing broken docs links (#1169) --- docs/development/testing.md | 4 ---- docs/infrastructure/installing-kolide.md | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/development/testing.md b/docs/development/testing.md index 044c35d0c8..24979daa2d 100644 --- a/docs/development/testing.md +++ b/docs/development/testing.md @@ -106,7 +106,3 @@ mail: ``` `localhost:1025` is the default configuration. You can use `kolide config_dump` to see the values which Kolide is using given your configuration. - -#### Viewing email content in the terminal - -If you're [running Kolide in dev mode](#using-no-external-dependencies), emails will be printed to the terminal instead of being sent via an SMTP server. This may be useful if you want to view the content of all emails that Kolide sends. \ No newline at end of file diff --git a/docs/infrastructure/installing-kolide.md b/docs/infrastructure/installing-kolide.md index 559162fd1d..fa040d5e1a 100644 --- a/docs/infrastructure/installing-kolide.md +++ b/docs/infrastructure/installing-kolide.md @@ -7,7 +7,7 @@ The Kolide application is distributed as a single static binary. This binary ser - The Kolide application API endpoints - The osquery TLS server API endpoints -All of these are served via a built-in HTTP server, so there is no need for complex web server configurations. Once you've installed the `kolide` binary and it's infrastructure dependencies as illustrated below, refer to the [Running Kolide](./running-kolide.md) documentation for information on how to use and configure the Kolide application. +All of these are served via a built-in HTTP server, so there is no need for complex web server configurations. Once you've installed the `kolide` binary and it's infrastructure dependencies as illustrated below, refer to the [Configuring The Kolide Binary](./configuring-the-kolide-binary.md) documentation for information on how to use and configure the Kolide application. ## Installing the Kolide binary @@ -35,8 +35,8 @@ Kolide currently has two infrastructure dependencies in addition to the `kolide` #### MySQL -Kolide uses MySQL extensively as it's main database. Many cloud providers (such as [AWS](https://aws.amazon.com/rds/mysql/) and [GCP](https://cloud.google.com/sql/)) host reliable MySQL services which you may consider for this purpose. A well supported MySQL [Docker container](https://hub.docker.com/_/mysql/) also exists if you would rather run MySQL in a container. For more information on how to configure the `kolide` binary to use the correct MySQL instance, see the [Running Kolide](./running-kolide.md) document. +Kolide uses MySQL extensively as it's main database. Many cloud providers (such as [AWS](https://aws.amazon.com/rds/mysql/) and [GCP](https://cloud.google.com/sql/)) host reliable MySQL services which you may consider for this purpose. A well supported MySQL [Docker container](https://hub.docker.com/_/mysql/) also exists if you would rather run MySQL in a container. For more information on how to configure the `kolide` binary to use the correct MySQL instance, see the [Configuring The Kolide Binary](./configuring-the-kolide-binary.md) document. #### Redis -Kolide uses Redis to ingest and queue the results of distributed queries, cache data, etc. Many cloud providers (such as [AWS](https://aws.amazon.com/elasticache/) and [GCP](https://console.cloud.google.com/launcher/details/click-to-deploy-images/redis)) host reliable Redis services which you may consider for this purpose. A well supported Redis [Docker container](https://hub.docker.com/_/redis/) also exists if you would rather run Redis in a container. For more information on how to configure the `kolide` binary to use the correct Redis instance, see the [Running Kolide](./running-kolide.md) document. \ No newline at end of file +Kolide uses Redis to ingest and queue the results of distributed queries, cache data, etc. Many cloud providers (such as [AWS](https://aws.amazon.com/elasticache/) and [GCP](https://console.cloud.google.com/launcher/details/click-to-deploy-images/redis)) host reliable Redis services which you may consider for this purpose. A well supported Redis [Docker container](https://hub.docker.com/_/redis/) also exists if you would rather run Redis in a container. For more information on how to configure the `kolide` binary to use the correct Redis instance, see the [Configuring The Kolide Binary](./configuring-the-kolide-binary.md) document.