Consider having docker-compose for quickly bring up development
Even thought the current development kit is very convenient to setup development environment on a machine, it still requires to install many other software like redis
, elasticsearch
, postgres
, which takes pretty long time to install and configure properly. With the rise of docker
and docker-compose
these days, we can easily bring up the whole system without having to install any new software but only Docker and docker-compose. So I suggest to have another option to setup the environment from docker and docker-compose, along with this kit.