Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 2.43 KB

README.md

File metadata and controls

71 lines (51 loc) · 2.43 KB

Windows Development Environment

build

This describes how to setup a Windows development environment using the Windows Subsystem for Linux (WSL) and Ubuntu.

This repo contains Ansible scripts to provision Ubuntu in the WSL.

Development tools

Install the following development tools manually.

A list of recommended Visual Studio Code extensions will be offered when this repository is open in Visual Studio Code.

Setup

Clone this repo in the WSL.

You will need to install some pre-requisites prior to running the provisioning scripts.

./setup.sh

Then you can run the provision command.

make provision

This will:

Follow these tutorials to configure the CLI tools.

Update

The provision command can also be used to update all the above packages.

make provision