Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
beeradb committed Feb 12, 2021
1 parent 9840fd1 commit cb12fa8
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
@@ -0,0 +1,15 @@
# How to run a a mirror node with a local services code

### Setup

Clone this repository and initialize submodules:

`git submodule update --init --recursive`

### Start hedera-services

`docker-compose -f services/docker-compose.yml -f docker-compose.override-services.yml up -d`

### Start the mirrornode

`docker-compose -f mirror/docker-compose.yml -f docker-compose.override-mirror.yml up -d`

0 comments on commit cb12fa8

Please sign in to comment.