Files
zulip/tools
Saumya Rawat dcd9ff642d dev: Fix postgres provision errors with non-postgres-readable homedir.
This fixes an issue where provision would fail if the user's home
directory was setup in such a way that the postgres user couldn't
access it (and thus the `sudo` command here would throw errors about
having a non-readable current working directory).
2017-02-11 23:47:07 -08:00
..
2017-01-07 10:53:20 -08:00
2016-12-02 18:49:42 -08:00
2015-09-25 23:25:08 -04:00
2015-09-25 23:25:08 -04:00
2017-01-23 22:06:13 -08:00
2017-01-23 21:21:14 -08:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see http://zulip.readthedocs.io/en/latest/directory-structure.html.