mirror of https://github.com/zulip/zulip.git
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:
parent
034164945f
commit
7797c746fc
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue