Skip to content

Commit 238ffd1

Browse files
enhance: word words and wrod
1 parent c14fb94 commit 238ffd1

File tree

11 files changed

+21
-14
lines changed

11 files changed

+21
-14
lines changed

crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import CodeBlock from '@theme/CodeBlock';
1313

1414
# Install CrowdSec on Cloudways
1515

16+
Before getting started, it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the prerequisites and concepts for running CrowdSec.
17+
1618
:::warning
1719
🧪 This is an experimental way to have CrowdSec run on Cloudways, it does work well to detect attacks and remediate at the wordpress level.
1820
However remediation at the firewall level is not possible due to the limited permissions of the user.

crowdsec-docs/unversioned/getting_started/installation/docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pagination_next: getting_started/health_check
1111
Prerequisites are written for bare metal installations. Please keep in mind the containerization layer may make some of these items unnecessary.
1212
:::
1313

14-
Before getting started it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the requirements for running CrowdSec.
14+
Before getting started, it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the prerequisites and concepts for running CrowdSec.
1515

1616
## Docker
1717

crowdsec-docs/unversioned/getting_started/installation/freebsd.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pagination_next: getting_started/health_check
77

88
# Installation FreeBSD
99

10-
Before getting started it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the requirements for running CrowdSec.
10+
Before getting started, it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the prerequisites and concepts for running CrowdSec.
1111

1212
# Configuring the repositories
1313

crowdsec-docs/unversioned/getting_started/installation/kubernetes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import CodeBlock from '@theme/CodeBlock';
1212

1313
# Kubernetes Deployment
1414

15-
Before proceeding, ensure you have met all [introduction](/unversioned/getting_started/introduction.mdx) necessary for running CrowdSec on Kubernetes.
15+
Before getting started, it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the prerequisites and concepts for running CrowdSec.
1616

1717
## Requirements
1818

crowdsec-docs/unversioned/getting_started/installation/linux.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@ import CodeBlock from '@theme/CodeBlock';
1111

1212
# Installation Linux
1313

14-
Before getting started it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the requirements for running CrowdSec.
14+
Before getting started, it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the prerequisites and concepts for running CrowdSec.
1515

1616
## Repository Installation
1717

1818
The CrowdSec repository contains the latest stable version of CrowdSec and is the recommended way to install our packages.
1919

20-
:::info
21-
We are using [packagecloud.io service](https://packagecloud.io/crowdsec/crowdsec/).
22-
While `curl | sudo shell` can be convenient for some, [alternative installation methods are available](#manual-repository-installation).
23-
:::
24-
2520
```bash
2621
curl -s https://install.crowdsec.net | sudo sh
2722
```

crowdsec-docs/unversioned/getting_started/installation/macos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We advise you to use our online sandbox to test CrowdSec on MacOS since it comes
1717
[Find it here](https://killercoda.com/iiamloz/scenario/crowdsec-setup)
1818
:::
1919

20-
Before getting started it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the requirements for running CrowdSec.
20+
Before getting started, it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the prerequisites and concepts for running CrowdSec.
2121

2222
## Running CrowdSec on MacOS
2323

crowdsec-docs/unversioned/getting_started/installation/opnsense.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ pagination_next: getting_started/health_check
77

88
# OPNsense plugin
99

10+
Before getting started, it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the prerequisites and concepts for running CrowdSec.
11+
1012
The CrowdSec plugin for OPNsense is installed from the official repositories.
1113
It includes a Log Processor, LAPI service, and Remediation Component. This allows you
1214
to:

crowdsec-docs/unversioned/getting_started/installation/pfsense.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ pagination_next: getting_started/health_check
77

88
# pfSense package
99

10+
Before getting started, it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the prerequisites and concepts for running CrowdSec.
11+
1012
The CrowdSec package for pfSense is not installed from the official repositories, at least not yet.
1113

1214
Please refer to the [detailed documentation](/docs/next/getting_started/install_crowdsec_pfsense) to install or update it from a release archive.

crowdsec-docs/unversioned/getting_started/installation/whm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In a few easy steps, this guide walks you through the installation of the WHM pl
1414

1515
### Prerequisites: install CrowdSec
1616

17-
To be able to use this plugin, the first step is to [install CrowdSec Security Engine](https://doc.crowdsec.net/docs/getting_started/install_crowdsec) on your WHM server.
17+
To be able to use this plugin, the first step is to [install CrowdSec Security Engine](getting_started/installation/linux.mdx) on your WHM server.
1818

1919
### Download the plugin
2020

crowdsec-docs/unversioned/getting_started/installation/windows.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ pagination_next: getting_started/health_check
77

88
# Installation Windows
99

10+
Before getting started, it is advised to read the [introduction](/unversioned/getting_started/introduction.mdx) page to understand the prerequisites and concepts for running CrowdSec.
11+
1012
## Install Security Engine
1113

1214
### MSI Installer

0 commit comments

Comments
 (0)