Installs all development dependencies in dockerized environment.
-
Download the latest docker, you will need newer version because it natively mapps the host ports to bridged ports.
-
Once installed newer version, configure it with higher resource limits in
Preferences > Advanced
. -
clone this repo
-
run
./bootstrap up -d all
It may ask for permission for the first time.
Once installed, open a new terminal session, and you get the access to these command line tools:
.mysql
.psql
.cqlsh
.redis-cli
(be aware of the prefixing .
)
By default, the data is all stored in ./data
, you can change the location by editing bootstrap
script.
Deleting the data directory will cause lost of dev data.
./bootstrap logs -f # for all logs
./bootstrap logs -f redis # for redis only
...