Difference between revisions of "Network/Services/dev"

From Makers Local 256
Jump to: navigation, search
(docker command to run xmlrc2rq)
(what is it used for?)
Line 1: Line 1:
Running [https://github.com/makerslocal/xmlrc2rq xmlrc2rq] which sends wiki changes out over mqtt
+
Running [https://github.com/makerslocal/xmlrc2rq xmlrc2rq] which sends wiki changes out over mqtt for use with redqueen.
 
   # docker run -d --restart=always -p 4455:4455 makerslocal/xmlrc2rq:latest
 
   # docker run -d --restart=always -p 4455:4455 makerslocal/xmlrc2rq:latest

Revision as of 22:08, 22 June 2016

Running xmlrc2rq which sends wiki changes out over mqtt for use with redqueen.

 # docker run -d --restart=always -p 4455:4455 makerslocal/xmlrc2rq:latest