You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/docs/getting_started/getting_started.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ id: getting_started
3
3
title: Getting Started
4
4
---
5
5
6
-
import AcademyPromo from '@site/src/components/AcademyPromo';
6
+
import AcademyPromo from '@site/src/components/academy-promo';
7
7
8
8
Welcome to CrowdSec!
9
9
@@ -15,8 +15,7 @@ To embark on your CrowdSec journey, the optimal starting point is to set up a co
15
15
16
16
The CrowdSec console serves as a web-based interface enabling you to conveniently monitor all your CrowdSec instances from a centralized hub. To get started, simply [sign up here](https://app.crowdsec.net/signup).
17
17
18
-
19
-
## Deploy
18
+
## Deploy
20
19
21
20
### Walkthrough
22
21
@@ -43,8 +42,9 @@ In our updated documentation, we now refer to CrowdSec as the "Security Engine"
43
42
#### Prerequisites
44
43
45
44
The Security Engine by default uses the following ports:
46
-
- 8080/tcp for the API
47
-
- 6060/tcp for the Prometheus metrics / Debugging
45
+
46
+
- 8080/tcp for the API
47
+
- 6060/tcp for the Prometheus metrics / Debugging
48
48
49
49
If these ports are not available on your system, you can change them in the configuration file post installation. See [Configuration](/configuration/crowdsec_configuration.md) for more information.
50
50
@@ -55,15 +55,15 @@ Please note that the API is mandatory for your security engine, do not remove it
55
55
For the most straightforward installation of the Security Engine, utilize the official repository, guaranteeing you'll constantly have the latest version.
56
56
57
57
Please see the relevant documentation for your OS:
Should you opt for a source-based installation, you can follow the steps outlined [here](/getting_started/install_source.mdx).
65
66
66
-
67
67
### Remediation Component
68
68
69
69
After installing the Security Engine, you can proceed to install a Remediation Component, which is responsible for executing actions based on the decisions made by the Security Engine.
@@ -76,4 +76,4 @@ If you are uncertain about which one to install, please refer to our [Remediatio
76
76
77
77
Since you created your account on the CrowdSec console, you can now [enroll your Security Engine to your account](https://app.crowdsec.net/security-engines?enroll-engine=true).
78
78
79
-
To do so, you can find steps outlined [here](/u/getting_started/post_installation/console/#engines-page).
79
+
To do so, you can find steps outlined [here](/u/getting_started/post_installation/console/#engines-page).
0 commit comments