mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
This requires the tsearch_extras Postgres extension. To install the extension, first install postgresql-9.1-tsearch-extras on both postgres-primary and postgres-secondary (this would normally be done in a puppet apply, but there are currently some changes that can't be applied on Postgres machines). Then run the following as the postgres user on postgres-primary: $ psql -d zulip -c 'CREATE EXTENSION tsearch_extras SCHEMA zulip;' In dev environments, you must also run: $ psql -d zulip_test_template -c 'CREATE EXTENSION tsearch_extras SCHEMA zulip;' (imported from commit ad0a57c455b3b86002191ac5fb705d8f716f3296) |
||
|---|---|---|
| analytics | ||
| api | ||
| assets | ||
| bin | ||
| bots | ||
| confirmation | ||
| corporate | ||
| humbug | ||
| node_modules | ||
| puppet | ||
| scripts | ||
| static | ||
| templates | ||
| tools | ||
| zerver | ||
| zilencer | ||
| zproject | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| manage.py | ||
| zulip_tools.py | ||