mirror of https://github.com/zulip/zulip.git
docs: Update direct dev installation to mention Centos & Fedora.
Tweaked by tabbott to also deprecate the older instructions.
This commit is contained in:
parent
5e12eb8d34
commit
66c02e4dc7
|
@ -2,18 +2,20 @@
|
|||
|
||||
Contents:
|
||||
|
||||
* [Installing directly on Ubuntu or Debian](#installing-directly-on-ubuntu-or-debian)
|
||||
* [Installing directly on Ubuntu, Debian, Centos, or Fedora](#installing-directly-on-ubuntu-or-debian)
|
||||
* [Installing manually on Linux](#installing-manually-on-linux)
|
||||
* [Installing directly on cloud9](#installing-on-cloud9)
|
||||
* [Using Docker (experimental)](#using-docker-experimental)
|
||||
|
||||
## Installing directly on Ubuntu or Debian
|
||||
## Installing directly on Ubuntu, Debian, Centos, or Fedora
|
||||
|
||||
If you'd like to install a Zulip development environment on a computer
|
||||
that's running one of:
|
||||
|
||||
* Ubuntu 18.04 Bionic, 16.04 Xenial, 14.04 Trusty, or
|
||||
* Ubuntu 18.04 Bionic, 16.04 Xenial, 14.04 Trusty
|
||||
* Debian 9 Stretch
|
||||
* Centos 7 (beta)
|
||||
* Fedora 29 (beta)
|
||||
|
||||
You can just run the Zulip provision script on your machine.
|
||||
|
||||
|
@ -147,8 +149,9 @@ Now continue with the [All Systems](#all-systems) instructions below.
|
|||
|
||||
### On Fedora 22 (experimental):
|
||||
|
||||
These instructions are experimental and may have bugs; patches
|
||||
welcome!
|
||||
These instructions are both experimental (in terms of stability) and
|
||||
deprecated by the new support for doing this with `tools/provision`
|
||||
above, and are soon to be removed.
|
||||
|
||||
Start by [cloning your fork of the Zulip repository][zulip-rtd-git-cloning]
|
||||
and [connecting the Zulip upstream repository][zulip-rtd-git-connect]:
|
||||
|
@ -169,8 +172,9 @@ Now continue with the [Common to Fedora/CentOS](#common-to-fedora-centos-instruc
|
|||
|
||||
### On CentOS 7 Core (experimental):
|
||||
|
||||
These instructions are experimental and may have bugs; patches
|
||||
welcome!
|
||||
These instructions are both experimental (in terms of stability) and
|
||||
deprecated by the new support for doing this with `tools/provision`
|
||||
above, and are soon to be removed.
|
||||
|
||||
Start by [cloning your fork of the Zulip repository][zulip-rtd-git-cloning]
|
||||
and [connecting the Zulip upstream repository][zulip-rtd-git-connect]:
|
||||
|
|
Loading…
Reference in New Issue