--- https://www.pld-linux.org/packages/fedmsg?rev=1458395505 +++ https://www.pld-linux.org/packages/fedmsg?rev=1458399095 @@ -7,8 +7,9 @@ Quick setup from [[http://www.fedmsg.com/en/latest/development/|here]]: - install yourself ''fedmsg-relay'' package - add to endpoint: <code python /etc/fedmsg.d/endpoints.py> + endpoints={ "__main__.HOSTNAME": [ "tcp://127.0.0.1:4320", ] </code> the **HOSTNAME** is your local host name, see ''hostname(1)'' @@ -24,8 +25,9 @@ Install ''fedmsg-gateway'' package, no configuration needed. Now you can define in your ''endpoints.py'' to listen for pld messages: <code python endpoints.py> + endpoints={ "pld-relay": [ "tcp://ep09.pld-linux.org:9940", ], </code>
Diff URL: https://www.pld-linux.org/packages/fedmsg?do=diff&r1=1458395505&r2=1458399095 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
