Skip to content
This repository was archived by the owner on Sep 15, 2018. It is now read-only.

Setup: Tools: Windows

AMitchemTW edited this page Sep 12, 2017 · 9 revisions

Install NodeJS for Windows

Download from: https://nodejs.org/en/download/

Install Git for Windows

Download from: https://git-scm.com/downloads/ Run the installer and follow the prompts, when presented with the following options, choose:

Option Selection
Adjusting your PATH environment Use Git from Git Bash only
Choosing HTTPS transport backend Use the OpenSSL library
Configuring the line ending conversions Checkout as-is, commit Unix-style line endings
Configuring the terminal emulator to use with Git Bash Use MinTTY (the default terminal of MSYS2)
Configuring extra options Enable file system caching
Enable Git Credential Manager

Install Docker for Windows

Download from: https://docker.com/docker-windows

Run the installer and follow the prompts.

Install Atom Editor

Download from: https://atom.io

Run the installer.

Install the EditorConfig package: file -> settings -> install -> search for 'EditorConfig' -> install

Restart your computer

Docker won't work unless you do.

When your computer restarts, Docker will ask you to restart again. ¯\_(ツ)_/¯

Continue to Setup project

Once you've successfully installed Git, Docker and Atom, you can continue to [setting up the project].

Clone this wiki locally