docbrown/docs/installation
Vaidehi Joshi 8a11872472
Add more information about using Elasticsearch to docs (#6046)
It was unclear to me that I explicitly needed Elasticsearch in order for certain tests to run locally. We should specify that in the docs. Also added a note about installing `wget`, which is required to install Elasticsearch in our docs.
2020-02-12 13:23:10 -08:00
..
docker.md Fix spelling of Elastiscsearch in docs (#6033) 2020-02-12 09:28:28 -05:00
gitpod.md Improve the clarity of the docs and fix Prettier config (#4899) 2019-11-26 08:40:53 -05:00
linux.md Introduce Elasticsearch to DEV env (#5762) [deploy] 2020-02-03 09:12:05 -05:00
mac.md Add more information about using Elasticsearch to docs (#6046) 2020-02-12 13:23:10 -08:00
others.md Remove Foreman gem (#5821) 2020-02-05 17:01:04 -05:00
postgresql.md Add documentation around our use of pg-bouncer [ci-skip] (#5710) 2020-01-24 16:02:05 -05:00
readme.md Remove Foreman gem (#5821) 2020-02-05 17:01:04 -05:00
windows.md Introduce Elasticsearch to DEV env (#5762) [deploy] 2020-02-03 09:12:05 -05:00

items
mac.md
windows.md
linux.md
docker.md
gitpod.md
postgresql.md
others.md

Installation Guide

There are many different ways you can install the development environment so you can help contribute code to DEV.

Installing locally

You can install DEV to your local machine and we have instructions for Mac, Windows and Linux.

Running Docker

Installing to your local machine can be troublesome for many reasons such as a conflicting database and runtime versions.

Another way you can get a development environment up and running is with Docker. Docker will install everything you need in an isolated container, and you need not concern about the details. We have instructions for installing with Docker.

GitPod - beginner friendly!

If you are having trouble with local installation and Docker confuses you, then you can launch a development environment with the press of a button with GitPod.

GitPod is an IDE in the cloud which is also attached to a web server. It will install everything you need. If you are comfortable doing everything from a web browser, then we have instructions for installing with GitPod as well.