The taiga-events service is completely optional, is for
"pseudo-realtime updates", depending on which section you are, the app
is suscribed to certain events through web sockets, and when one of
this events come, the app refresh the data.
Well, It isn't documented yet, have a little bit of work, may work
with postgres pub/sub, or with rabbitmq (this option is our option in
producción environment). The example configuration use postgres and
may be enough for the most of the cases.
You can clone the repository, create a virtualenv for it (or reuse the
taiga-back virtualenv), install the requierements.txt, copy
example.conf.py to config.py, change at least the secret_key to the
same of your taiga-back settings SECRET_KEY and run python run.py -f
config.py. Then you can put the websocket service behind the nginx
proxy (with some special configuration for websockets).
To verify everything is working you can open 2 kanban of the same
project at the same time and change something in one, and view how is
updated in the other one. This works in kanban, backlog, taskboard and
issues, probably in the future be present in other parts of the app.
Regards.
> --
> You received this message because you are subscribed to the Google Groups
> "taigaio" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
taigaio+u...@googlegroups.com.
> To post to this group, send email to
tai...@googlegroups.com.
> To view this discussion on the web, visit
>
https://groups.google.com/d/msgid/taigaio/3cc6b5ff-72ec-4602-8535-f1bb0e92e1c5%40googlegroups.com.