parent
680c5c14ac
commit
c1c1a33dd3
1 changed files with 33 additions and 0 deletions
33
README.md
33
README.md
|
@ -35,6 +35,39 @@ One of the advantages of Crowdsec when compared to other solutions is its crowde
|
|||
|
||||
Besides detecting and stopping attacks in real time based on your logs, it allows you to preemptively block known bad actors from accessing your information system.
|
||||
|
||||
|
||||
## Install it !
|
||||
|
||||
Find the [latest release](https://github.com/crowdsecurity/crowdsec/releases/latest)
|
||||
|
||||
Ensure you have dependencies :
|
||||
<details open>
|
||||
<summary>for Debian based distributions</summary>
|
||||
|
||||
```bash
|
||||
apt-get install bash gettext whiptail curl wget
|
||||
```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>for RedHat based distributions</summary>
|
||||
|
||||
```bash
|
||||
yum install bash gettext newt curl wget
|
||||
```
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
```bash
|
||||
curl -s https://api.github.com/repos/crowdsecurity/crowdsec/releases/latest | grep browser_download_url| cut -d '"' -f 4 | wget -i -
|
||||
tar xvzf crowdsec-release.tgz
|
||||
cd crowdsec-v*
|
||||
sudo ./wizard.sh -i
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Key points
|
||||
|
||||
### Fast assisted installation, no technical barrier
|
||||
|
|
Loading…
Add table
Reference in a new issue