-
Docker (Version 1.12.6, build 78d1802 while in development)
-
Docker-Compose (Version 1.9.0, build 2585387 while in development)
-
Bash Shell if on Windows. You are good to go if you are on linux.
-
Place the mongodump in the current folder named as
dump
. -
List of ports to be free:
5.1 Would require port
7474
and7687
to run Neo4j5.2 Would require port
5672
and15672
to run RabbitMQ.15672
is to run RabbitMQ Management Interface.5.3 Would require port
27017
and28017
to run MongoDB.5.4 TODO: List other ports of application.
-
TODO: Adding a Vagrant Box meeting all the requirements.
# Install dependencies across all the modules
yarn run install
# Build and run all the services
docker-compose up --build -d