docs: Update installation instructions for Ubuntu 18.04.

Add missing dependencies for installation of dev server in
Ubuntu 18.04.
This commit is contained in:
amanagr 2018-05-24 23:26:17 +05:30 committed by Tim Abbott
parent 034164945f
commit 7797c746fc
2 changed files with 5 additions and 3 deletions

View File

@ -30,7 +30,7 @@ want to or can't use Vagrant, Zulip supports a wide range of ways to install
the Zulip development environment on **macOS and Linux (Ubuntu
recommended)**:
* On **Ubuntu** 16.04 Xenial and 14.04 Trusty and **Debian** 9
* On **Ubuntu** 18.04 Bionic, 16.04 Xenial and 14.04 Trusty and **Debian** 9
Stretch, you can easily
**[install without using Vagrant][install-direct]**.
* On **other Linux** distributions, you'll need to follow slightly different

View File

@ -67,8 +67,10 @@ git remote add -f upstream https://github.com/zulip/zulip.git
sudo apt-get install closure-compiler libfreetype6-dev libffi-dev \
memcached rabbitmq-server libldap2-dev redis-server \
postgresql-server-dev-all libmemcached-dev python3-dev \
python-dev python-virtualenv hunspell-en-us git yui-compressor \
puppet gettext postgresql
python-dev python-virtualenv hunspell-en-us git \
yui-compressor puppet gettext postgresql \
libssl-dev libxml2-dev libxslt1-dev libjpeg8-dev zlib1g-dev \
libcurl4-openssl-dev
# If using Ubuntu, install PGroonga from its PPA
sudo add-apt-repository -ys ppa:groonga/ppa