Find our prebuilt packages for the latest version of VerneMQ (1.7.0) below. Please download the proper package for your operating system and architecture.
For older builds check out the releases page on GitHub.
To build VerneMQ you will need to have a recent Erlang version installed. If you don't find Erlang on your system, please follow the guide Download Erlang OTP from Erlang Solutions. If you prefer to build Erlang yourself, get the sources from Erlang.org or with a great tool named Kerl.
VerneMQ depends on source code located in multiple Git repositories. Please make sure that git is installed on the target system.
The following instructions generate a complete, self-contained build of VerneMQ in $VERNEMQ/_build/default/rel/vernemq
where $VERNEMQ
is the location of the unpacked or cloned source repository.
Clone the repository using Git and build a release:
git clone git://github.com/erlio/vernemq.git
cd vernemq
make rel
VerneMQ is built for Linux, but also runs on Mac OS X. It doesn't currently support Windows, due to the LevelDB code.