zulip/docs
Alex Vandiver 31f1f10501 installer: Halt if wrong version of PostgreSQL is already installed.
49a7a66004 and immediately previous commits began installing
PostgreSQL 12 from their apt repository.  On machines which already
have the distribution-provided version of PostgreSQL installed,
however, this leads to failure to apply puppet when restarting
PostgreSQL 12, as both attempt to claim the same port.

During installation, if we will be installing PostgreSQL, look for
other versions than what we will install, and abort if they are
found.  This is safer than attempting to automatically uninstall or
reconfigure existing databases.
2020-06-24 12:57:38 -07:00
..
_static travis: Removed screen cast of Travis setup. 2020-06-01 14:12:11 -07:00
_templates compose: Rewrite Zoom video call integration to use OAuth. 2020-06-03 16:39:12 -07:00
contributing docs: Update most remaining references to zulipchat.com. 2020-06-08 18:10:45 -07:00
development auth: Add Sign in with Apple support. 2020-06-09 17:29:35 -07:00
documentation docs: Fix typo in 'substituted'. 2020-06-21 10:56:40 -07:00
git docs: Fix typo using.md. 2020-06-18 13:16:43 -07:00
images doc: Updated CircleCI setup documentation. 2020-06-01 14:12:11 -07:00
overview calls: Add Big Blue Button as a Video Call Provider. 2020-06-22 16:19:07 -07:00
production installer: Halt if wrong version of PostgreSQL is already installed. 2020-06-24 12:57:38 -07:00
subsystems docs: Use modern django URL patterns in examples. 2020-06-24 09:57:43 -07:00
testing docs: Add documentation on mypy @overload. 2020-06-21 10:51:47 -07:00
translating docs: Clarify variable variants in translating docs. 2020-06-24 11:34:00 -07:00
tutorials docs: Use modern django URL patterns in examples. 2020-06-24 09:57:43 -07:00
.gitignore gitignore: Anchor patterns that should be anchored. 2017-07-19 14:03:49 -07:00
Makefile docs: Replace Makefile based on output of newer sphinx-quickstart. 2019-12-02 18:39:33 -08:00
README.md docs: Add README.md to zulip/docs to prevent reading on GitHub. 2018-04-24 10:50:39 -07:00
THIRDPARTY puppet: Remove vestigial check_postgres.pl. 2020-06-15 16:18:07 -07:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
index.rst docs: Update URLs to use https://zulip.com. 2020-06-08 18:10:45 -07:00
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30

README.md

Zulip markdown documentation hosted elsewhere

The markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.