Go to file
Zev Benjamin c97278ee8f [manual] puppet: Make RabbitMQ and epmd only listen on localhost
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)
2013-10-24 11:12:59 -04:00
api api: Add support for specifying client using zulip.init_from_options. 2013-10-21 14:37:36 -04:00
assets Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
bots Remove redundant return statement 2013-10-22 13:19:00 -04:00
certs Switch nagios to .zulip.net and add cert 2013-09-05 15:43:07 -04:00
confirmation Move to a common random token generation function instead of several one-offs. 2013-08-09 14:59:26 -04:00
humbug Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers [manual] puppet: Make RabbitMQ and epmd only listen on localhost 2013-10-24 11:12:59 -04:00
static Use POST with method=PATCH when sending a bot edit 2013-10-24 10:22:06 -04:00
templates Settings page changes 2013-10-22 23:28:46 -07:00
tools Add client-side SockJS wrapper 2013-10-22 18:45:11 -04:00
zerver Add a method=? parameter rest_dispatch to support PATCH-via-POST 2013-10-24 10:22:06 -04:00
zproject Initialize default settings if they are missing in the setting module 2013-10-24 10:19:24 -04:00
.gitignore Add support for analyzing test coverage with Istanbul 2013-08-20 10:46:45 -04:00
manage.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00