Skip to content

Commit

Permalink
Updates dev-setup in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
theanirudhvyas committed Mar 26, 2019
1 parent 9b778ba commit cb3052b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ Refer [concepts](doc/CONCEPTS.md) to understand the concepts referred to in this
## Dev Setup
(For mac users only)

- Install Clojure: ```brew install clojure```

- Install leiningen: ```brew install leiningen```

- Install Rabbitmq: ```brew install rabbitmq```
- Run docker-compose: ```docker-compose up```. This starts
- Kafka on localhost:9092
- ZooKeeper on localhost:2181
- RabbitMQ on localhost:5672

- Run tests: ```make test```

Expand Down

0 comments on commit cb3052b

Please sign in to comment.