diff --git a/docs/advanced.md b/docs/advanced.md index 2654133..feb5da0 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -3,7 +3,9 @@ Advanced Options ## Using sysconfig/default files for configuration -Each of the services and honeypots in the CommunityHoneyNetwork project should work together out of the box following the [Quickstart Guide](quickstart.md). More advanced configuration options can be configured using an /etc/sysconfig/ or /etc/default/ file for CentOS-based or Ubuntu-based systems, respectively. +Each of the services and honeypots in the CommunityHoneyNetwork project should work together out of the box following + the [CHN Server Install](serverinstall.md). More advanced configuration options can be configured using an + /etc/sysconfig/ or /etc/default/ file for CentOS-based or Ubuntu-based systems, respectively. Services running in Docker containers can be configured this way as well, mounting the configuration files into place using the `--volume` argument for Docker. diff --git a/docs/config.md b/docs/config.md index 91305a2..80ddf64 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1,7 +1,9 @@ Advanced Configuration ====================== -Each of the services and honeypots in the CommunityHoneyNetwork project should work together out of the box following the [Quickstart Guide](quickstart.md). More advanced configuration options can be configured using an /etc/default/ file for Ubuntu-based systems. +Each of the services and honeypots in the CommunityHoneyNetwork project should work together out of the box following + the [CHN Server Install](serverinstall.md). More advanced configuration options can be configured using an + /etc/default/ file for Ubuntu-based systems. Services running in Docker containers can be configured this way as well, mounting the configuration files into place using the `--volume` argument for Docker. diff --git a/docs/firstpot.md b/docs/firstpot.md index 4fd6be5..fb6f22a 100644 --- a/docs/firstpot.md +++ b/docs/firstpot.md @@ -23,7 +23,7 @@ deployment, but will serve as an example for creating a honeypot, registering a new sensor with the management server, and capturing attack data. For more details on production deployments, see the full [Cowrie Documentation](cowrie.md). -If you haven't yet setup a management server, follow the [Quickstart Guide](quickstart.md) +If you haven't yet setup a management server, follow the [CHN Server Install](serverinstall.md) Log into the management server and browse to the "Deploy" tab. Once in the Deploy section, select the drop-down box with default "New Script" and choose diff --git a/docs/index.md b/docs/index.md index 7ed1843..a4cdeae 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ Honeypot deployment and management automation ## Simple deployments for your platform CHN aims to make deployment of honeypots and honeypot management tools easy -and flexible. The default deployment method uses Docker Compose and Docker to deploy with a few simple commands. Want to jump right in an get started? Deploy a honeypot management server and sample honeypot in minutes with the [Quickstart Guide](quickstart.md). +and flexible. The default deployment method uses Docker Compose and Docker to deploy with a few simple commands. Want to jump right in an get started? Deploy a honeypot management server and sample honeypot in minutes with the [CHN Server Install](serverinstall.md). ## Getting the correct versions diff --git a/docs/quickstart.md b/docs/serverinstall.md similarity index 99% rename from docs/quickstart.md rename to docs/serverinstall.md index 84cf23d..3b1d530 100644 --- a/docs/quickstart.md +++ b/docs/serverinstall.md @@ -1,4 +1,4 @@ -QuickStart Guide +CHN Server Install ================= Deploy a honeypot management server and sample honeypot in seconds. This guide will deploy all the containers for the server on a single host using a default configuration. The honeypot can be deployed on the same host or a separate host as desired. diff --git a/mkdocs.yml b/mkdocs.yml index 7604fb8..07495cc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,7 @@ markdown_extensions: - markdown.extensions.admonition pages: - 'CommunityHoneyNetwork': index.md - - 'QuickStart Guide': quickstart.md + - 'CHN Server Install': serverinstall.md - 'Your First Honeypot': firstpot.md - 'Deploying More Honeypots': honeypots.md - 'Production & Security Considerations': prod_security.md