theopen-institute
7eaa1fa0d0
create-production-venv: Fix symlink creation.
...
The install script was failing on 2nd+ attempts if the first attempt
was interrupted.
This failure happened because zulip-venv already existed at
`current_venv_path`. Changing the `ln` command's flags from `-s` to
`-nsf` should make this part of the script idempotent.
2017-05-20 21:31:50 -07:00
Tim Abbott
5bf01fb7d4
create-production-venv: Fix issues with api/ relative path.
...
Fixes #4313 .
2017-03-25 19:49:26 -07:00
Umair Khan
fda0387695
Create Python version agnostic venv link for prod.
...
This link points to either 'zulip-venv' or 'zulip-py3-venv' and makes
uWSGI configration very easy.
2016-12-13 21:40:43 -08:00
Anders Kaseorg
712c98cb48
Use zulip-py3-venv when running on Python 3
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2016-11-26 13:20:22 -08:00
K.Kanakhin
14545d1647
create-production-venv: Add PY3 support to production venv creation script.
...
Create production python virtual env based on system python version.
2016-10-11 14:19:00 -07:00
Taranjeet Singh
d606b95242
zulip_tools.py: Move zulip_tools.py in scripts/lib.
...
This commit moves zulip_tools.py as part of cleaning the root directory
and organizing proejct into better directory structure.
2016-08-15 16:44:50 -07:00
Eklavya Sharma
0b714ea6c6
Use python2-specific requirements files.
2016-07-02 11:53:26 -07:00
Eklavya Sharma
64affb83f9
Create a virtualenv when installing/upgrading production instances.
2016-06-27 19:55:11 -07:00