From 15d1434b978509cde85a4ed8688da5484c3a5d80 Mon Sep 17 00:00:00 2001 From: Elias Gomes Date: Wed, 1 Mar 2017 11:47:33 +0100 Subject: [PATCH] Mentioning requirements in the documentation. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a0538a3..dbe35c7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,21 @@ - [Cosmic Metrics Collector](cosmic-metrics-collector) (powered by Spring Boot) - [Cosmic Usage API](cosmic-usage-api) (powered by Spring Boot) +## Requirements + +### Software requirements: + +- Java 8 +- Git +- Maven +- Docker + +### Docker: + +Please create a Docker network called `cosmic-network`. + + docker network create cosmic-network + ## [Cosmic Config Server](cosmic-config-server) Locally it runs by default at [http://localhost:7001](http://localhost:7001).