docbrown/docs/installation
Michael Kohl 8b5e66ca0e
Docker fixes (#6803)
* Try out parallel Travis builds

* Add more Bundler options

* Appease the spec gods

I don't think we actually need Timecop.freeze in this spec

* Try inlining factories

* Make sure the time has actually changed

* Add CodeClimate coverage for parallel build

* Explicitly list jobs, don't rely on matrix expansion

* Merge master and move storybook to after_script

* Add missing environment variable

* Remove old cc-test-reporter config

* Move yarn build-storybook back to script, remove conditional coverage upload

* Update yarn constraint and Docker docs

Co-authored-by: rhymes <rhymesete@gmail.com>
2020-03-24 13:15:04 -04:00
..
docker.md Docker fixes (#6803) 2020-03-24 13:15:04 -04:00
gitpod.md Improve the clarity of the docs and fix Prettier config (#4899) 2019-11-26 08:40:53 -05:00
linux.md Bump min version of PostgreSQL (#6443) 2020-03-04 16:40:49 +01:00
mac.md Add explicit note about cding into Elasticsearch before starting (#6503) [deploy] 2020-03-06 10:34:46 -08:00
others.md Remove Foreman gem (#5821) 2020-02-05 17:01:04 -05:00
postgresql.md Add troubleshooting section to docs and restore hidden sections (#6231) 2020-02-24 13:37:52 -05:00
readme.md Remove Foreman gem (#5821) 2020-02-05 17:01:04 -05:00
windows.md Bump min version of PostgreSQL (#6443) 2020-03-04 16:40:49 +01: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.