Skip to content

Commit

Permalink
Mentioning requirements in the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Gomes committed Mar 1, 2017
1 parent ced022a commit 15d1434
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 15d1434

Please sign in to comment.