Skip to content

Commit

Permalink
install django-sendfile for production
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldeve committed May 15, 2016
1 parent f8406f6 commit f219d8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/travis/production-helper
Expand Up @@ -17,6 +17,10 @@ apt-get update
# used by Zulip in production.
apt-mark hold initramfs-tools initramfs-tools-bin oracle-java8-installer udev linux-image-3.19.0-28-generic linux-image-generic-lts-vivid base-files linux-firmware chromium-browser google-chrome-stable g++-4.8 gcc-4.8 cpp-4.8 openjdk-6-jre-headless openjdk-7-jre-headless
apt-get upgrade -y $APT_OPTIONS

# Install django-sendfile
pip install --no-deps django-sendfile

# Install Zulip
env TRAVIS=1 /root/zulip/scripts/setup/install

Expand Down

0 comments on commit f219d8c

Please sign in to comment.