mirror of https://github.com/zulip/zulip.git
c97278ee8f
To apply this change, we must not only do a puppet apply, but also restart rabbitmq and epmd. Rabbitmq is easy to restart, but epmd is a little more annoying. epmd is run as a side effect of starting up rabbitmq-server, but is not stopped when rabbitmq-server is stopped. Therefore, the correct procedure is to stop rabbitmq-server, kill epmd (by running `epmd -kill`), and then start rabbitmq-server again. (imported from commit a651e5363a8b9a04b713c31baef379c566d5dbfc) |
||
---|---|---|
api | ||
assets | ||
bots | ||
certs | ||
confirmation | ||
humbug | ||
node_modules | ||
servers | ||
static | ||
templates | ||
tools | ||
zerver | ||
zproject | ||
.gitignore | ||
manage.py |