mirror of https://github.com/zulip/zulip.git
995 B
995 B
Development environment options
Zulip offers a wide range of options for how to install the development environment:
- Detailed tutorial for Vagrant development environment. Recommended for first-time contributors.
- Brief installation instructions for Vagrant development environment
- Installing on Ubuntu 14.04 Trusty or 16.04 Xenial directly (convenient but more work to maintain/uninstall).
- Installing manually on other UNIX platforms
- Using Docker (experimental)
- Using the Development Environment
- Testing
If you have a slow network connection, you should probably avoid installing Vagrant (which is large) and either install directly or use the manual install process instead.