zulip/servers
Zev Benjamin 2aadf6fc6e [schema] [manual] Create a Postgres text search configuration for use with Humbug
Text search was not that great partially because Postgres wasn't
using a ispell dictionary (Postgres term) before.  We now pull in
Hunspell and use its dictionary and affix rules.

It is Ok to run with this new configuration before updating our full
text column and index that will be coming in the next few commits.

Manual steps for deploy:
1) On both postgres0 and postgres1 (both before moving on to step 2),
   install the hunspell-en-us package
2) On staging, run migration 0022
3) On both postgres0 and postgres1, copy the appropriate postgresql.conf
   file over
4) On both postgres0 and postgres1, run `pg_ctlcluster 9.1 main reload`

(imported from commit 706bf0f6ecc46c712cea10b73c34fd9d1dfd4767)
2013-04-27 20:06:26 -04:00
..
puppet/modules [schema] [manual] Create a Postgres text search configuration for use with Humbug 2013-04-27 20:06:26 -04:00
configure-rabbitmq [manual] Use rabbitmq queue to process UserActivity. 2013-01-14 13:28:23 -05:00
install-nodejs Add a script to build and install Node.js on one of our servers 2013-04-01 15:21:05 -04:00
install-server Add a script to build and install Node.js on one of our servers 2013-04-01 15:21:05 -04:00
update-server puppet: Store the machine's type in /etc and add script to reapply the appropriate puppet config 2013-02-11 13:19:41 -05:00