Document minimum host specs

Closes #404
parent e8c473ea
...@@ -59,9 +59,9 @@ Other available stack variants: ...@@ -59,9 +59,9 @@ Other available stack variants:
### Host setup ### Host setup
1. Install [Docker](https://www.docker.com/community-edition#/download) version **17.05+** * [Docker](https://www.docker.com/community-edition#/download) version **17.05+**
2. Install [Docker Compose](https://docs.docker.com/compose/install/) version **1.6.0+** * [Docker Compose](https://docs.docker.com/compose/install/) version **1.6.0+**
3. Clone this repository * 1 GB of RAM
By default, the stack exposes the following ports: By default, the stack exposes the following ports:
* 5000: Logstash TCP input * 5000: Logstash TCP input
...@@ -95,7 +95,7 @@ exclusively. Make sure the repository is cloned in one of those locations or fol ...@@ -95,7 +95,7 @@ exclusively. Make sure the repository is cloned in one of those locations or fol
### Bringing up the stack ### Bringing up the stack
Start the stack using Docker Compose: Clone this repository, then start the stack using Docker Compose:
```console ```console
$ docker-compose up $ docker-compose up
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment