Move Configuration section in README

This commit is contained in:
ChronosX88 2019-07-17 16:27:20 +04:00
parent 25c4908fd3
commit 5dd80a839b

View File

@ -1,6 +1,19 @@
# Medved
This is extensible network scanner (Masscan-based).
## Requirements
* `docker >=18.09`
* `docker-composer >=1.24`
## Building Docker image
Run `make base && docker-compose up --build --scale worker=5`
## Running
Run `make up workers=5`
This launches a scanner with 5 workers.
## Configuration
`data/config.yaml`
@ -139,19 +152,6 @@ logging:
Loader: DEBUG
```
## Requirements
* `docker >=18.09`
* `docker-composer >=1.24`
## Building Docker image
Run `make base && docker-compose up --build --scale worker=5`
## Running
Run `make up workers=5`
This launches a scanner with 5 workers.
## top-level services
### sources ###