mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
docs(install): Add brew and github installation to quick start (#1991)
This commit is contained in:
committed by
GitHub
parent
ffb1a2e30f
commit
b40736918b
@@ -87,6 +87,23 @@ Prowler is available as a project in [PyPI](https://pypi.org/project/prowler-clo
|
|||||||
prowler -v
|
prowler -v
|
||||||
```
|
```
|
||||||
|
|
||||||
|
=== "GitHub"
|
||||||
|
|
||||||
|
_Requirements for Developers_:
|
||||||
|
|
||||||
|
* AWS and/or Azure credentials
|
||||||
|
* `git`, `Python >= 3.9`, `pip` and `poetry` installed (`pip install poetry`)
|
||||||
|
|
||||||
|
_Commands_:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/prowler-cloud/prowler
|
||||||
|
cd prowler
|
||||||
|
poetry shell
|
||||||
|
poetry install
|
||||||
|
python prowler.py -v
|
||||||
|
```
|
||||||
|
|
||||||
=== "Amazon Linux 2"
|
=== "Amazon Linux 2"
|
||||||
|
|
||||||
_Requirements_:
|
_Requirements_:
|
||||||
@@ -103,6 +120,20 @@ Prowler is available as a project in [PyPI](https://pypi.org/project/prowler-clo
|
|||||||
prowler -v
|
prowler -v
|
||||||
```
|
```
|
||||||
|
|
||||||
|
=== "Brew"
|
||||||
|
|
||||||
|
_Requirements_:
|
||||||
|
|
||||||
|
* `Brew` installed in your Mac or Linux
|
||||||
|
* AWS and/or Azure credentials
|
||||||
|
|
||||||
|
_Commands_:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
brew install prowler
|
||||||
|
prowler -v
|
||||||
|
```
|
||||||
|
|
||||||
=== "AWS CloudShell"
|
=== "AWS CloudShell"
|
||||||
|
|
||||||
Prowler can be easely executed in AWS CloudShell but it has some prerequsites to be able to to so. AWS CloudShell is a container running with `Amazon Linux release 2 (Karoo)` that comes with Python 3.7, since Prowler requires Python >= 3.9 we need to first install a newer version of Python. Follow the steps below to successfully execute Prowler v3 in AWS CloudShell:
|
Prowler can be easely executed in AWS CloudShell but it has some prerequsites to be able to to so. AWS CloudShell is a container running with `Amazon Linux release 2 (Karoo)` that comes with Python 3.7, since Prowler requires Python >= 3.9 we need to first install a newer version of Python. Follow the steps below to successfully execute Prowler v3 in AWS CloudShell:
|
||||||
|
|||||||
Reference in New Issue
Block a user