This repository was archived by the owner on Sep 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Setup: Tools: Windows
AMitchemTW edited this page Sep 12, 2017
·
9 revisions
Download from: https://nodejs.org/en/download/
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 |
Download from: https://docker.com/docker-windows
Run the installer and follow the prompts.
Download from: https://atom.io
Run the installer.
Install the EditorConfig package: file -> settings -> install -> search for 'EditorConfig' -> install
Docker won't work unless you do.
When your computer restarts, Docker will ask you to restart again. ¯\_(ツ)_/¯
Once you've successfully installed Git, Docker and Atom, you can continue to [setting up the project].