quick_start.rst 493 B

123456789101112131415161718192021222324252627282930
  1. Download and Install
  2. =====================
  3. Download binary packeges for linux, mac and freebsd from http://emqtt.io/downloads
  4. ::
  5. tar xvf emqttd-ubuntu64-0.7.0-alpha.tgz && cd emqttd
  6. # start console
  7. ./bin/emqttd console
  8. # start as daemon
  9. ./bin/emqttd start
  10. # check status
  11. ./bin/emqttd_ctl status
  12. # stop
  13. ./bin/emqttd stop
  14. Build from Source
  15. ==================
  16. ::
  17. git clone https://github.com/emqtt/emqttd.git
  18. cd emqttd && make && make dist