The Release Project for EMQ X Broker.
NOTICE: Requires Erlang/OTP R21.0+ to build since EMQ X R3.0
git clone -b X https://github.com/emqx/emqx-rel.git emqx-rel
cd emqx-rel && make
cd _rel/emqx && ./bin/emqx console
git clone -b X https://github.com/emqx/emqx-docker.git emqx_docker
cd emqx_docker && docker build -t emqx:latest .
Install Erlang/OTP-R21.0 and MSYS2-x86_64 for erlang.mk:
https://erlang.mk/guide/installation.html#_on_windows
Clone and build the EMQ X Broker with erlang.mk:
git clone -b X https://github.com/emqx/emqx-rel.git emqx-rel
cd emqx-rel
make
cd _rel\emqx
bin\emqx console
Apache License Version 2.0
EMQ X Team.