Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 432 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 432 Bytes

Integration Environment

Start a local dmsg environment

  1. Build dmsg-discovery and dmsg-server binaries.
    $ make build
  2. Ensure redis is running and listening on port 6379.
    $ redis-server 
  3. Start dmsg-discovery.
    $ ./bin/dmsg-discovery 
  4. Start dmsg-server.
    $ ./bin/dmsg-server ./integration/configs/dmsgserver1.json